From 5650db889ad19d199efe06c59f766698a515a4c5 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Sun, 20 Nov 2011 23:26:18 +0530 Subject: ENH: Adding a URL_ROOT configuration option. This is useful when you are forced to host the app on a URL like host.org/foo/exam and not as host.org/exam as you would want. Change the URL_ROOT setting to "/foo" in the above case for this to work. --- templates/exam/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/exam/login.html') diff --git a/templates/exam/login.html b/templates/exam/login.html index 8f0ef6c..8e6352e 100644 --- a/templates/exam/login.html +++ b/templates/exam/login.html @@ -15,6 +15,6 @@ Please login to proceed.

- -New User Registration + +New User Registration {% endblock content %} \ No newline at end of file -- cgit