summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
authorprathamesh2014-06-06 12:21:31 +0530
committerprathamesh2014-06-06 12:21:31 +0530
commit6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5 (patch)
tree331c95e4cf51bdef56dda6a936273db1f0721f82 /testapp/exam/urls.py
parentba50e500a1da9266f9bee5bc38b69635637f6129 (diff)
downloadonline_test-6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5.tar.gz
online_test-6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5.tar.bz2
online_test-6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5.zip
README file added to the authentication app.
Diffstat (limited to 'testapp/exam/urls.py')
-rw-r--r--testapp/exam/urls.py2
1 files changed, 1 insertions, 1 deletions
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<questionpaper_id>\d+)/$','intro'),
url(r'^complete/$', 'complete'),
url(r'^complete/(?P<questionpaper_id>\d+)/$', 'complete'),
- #url(r'^register/$', 'user_register'),
+ url(r'^register/$', 'user_register'),
url(r'^(?P<q_id>\d+)/$', 'question'),
url(r'^(?P<q_id>\d+)/check/$', 'check'),
url(r'^(?P<q_id>\d+)/check/(?P<questionpaper_id>\d+)/$', 'check'),