From 6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5 Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 6 Jun 2014 12:21:31 +0530 Subject: README file added to the authentication app. --- testapp/exam/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/exam/urls.py') diff --git a/testapp/exam/urls.py b/testapp/exam/urls.py index afeda68..33b2edf 100644 --- a/testapp/exam/urls.py +++ b/testapp/exam/urls.py @@ -11,7 +11,7 @@ urlpatterns = patterns('exam.views', url(r'^intro/(?P\d+)/$','intro'), url(r'^complete/$', 'complete'), url(r'^complete/(?P\d+)/$', 'complete'), - #url(r'^register/$', 'user_register'), + url(r'^register/$', 'user_register'), url(r'^(?P\d+)/$', 'question'), url(r'^(?P\d+)/check/$', 'check'), url(r'^(?P\d+)/check/(?P\d+)/$', 'check'), -- cgit