Add link to pre-filled risk assessment form

This commit is contained in:
David Taylor
2019-07-14 23:09:44 +01:00
parent c0fe176495
commit 7babaee44c
4 changed files with 22 additions and 0 deletions

View File

@@ -233,3 +233,5 @@ USE_GRAVATAR = True
TERMS_OF_HIRE_URL = "http://www.nottinghamtec.co.uk/terms.pdf"
AUTHORISATION_NOTIFICATION_ADDRESS = 'productions@nottinghamtec.co.uk'
RISK_ASSESSMENT_URL = os.environ.get('RISK_ASSESSMENT_URL') if os.environ.get(
'RISK_ASSESSMENT_URL') else "http://example.com"