diff options
author | prathamesh | 2014-06-06 12:21:31 +0530 |
---|---|---|
committer | prathamesh | 2014-06-06 12:21:31 +0530 |
commit | 6ed7eb5a06d16a3a761f4c6c99b9fc78ed4027d5 (patch) | |
tree | 331c95e4cf51bdef56dda6a936273db1f0721f82 /testapp/exam/urls.py | |
parent | ba50e500a1da9266f9bee5bc38b69635637f6129 (diff) | |
download | online_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.py | 2 |
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'), |