From 20f2a644af727c253b7b9311b08d3405ef23e958 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Sun, 26 Apr 2015 18:19:27 +0000 Subject: [PATCH] Fix with the correct up-to-date terms URL --- PyRIGS/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyRIGS/settings.py b/PyRIGS/settings.py index a3f7aee3..9f78c9cf 100644 --- a/PyRIGS/settings.py +++ b/PyRIGS/settings.py @@ -211,4 +211,4 @@ TEMPLATE_DIRS = ( USE_GRAVATAR=True -TERMS_OF_HIRE_URL = "http://dev.nottinghamtec.co.uk/wp-content/uploads/2014/11/terms.pdf" +TERMS_OF_HIRE_URL = "http://www.nottinghamtec.co.uk/terms.pdf"