summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
authorhardythe12012-02-20 19:51:58 +0530
committerhardythe12012-02-20 19:51:58 +0530
commitf6a90c1eb603c9f3b8178102e387025880c0a5ac (patch)
treeda20cd8a42abfa78604d8b3a09512613b9eaa24d /testapp/exam/urls.py
parente8ba4ba5301a805194a555f52275407f045b91ab (diff)
downloadonline_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.tar.gz
online_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.tar.bz2
online_test-f6a90c1eb603c9f3b8178102e387025880c0a5ac.zip
changes to manage questions
Diffstat (limited to 'testapp/exam/urls.py')
-rw-r--r--testapp/exam/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testapp/exam/urls.py b/testapp/exam/urls.py
index 72c93fa..504a4e6 100644
--- a/testapp/exam/urls.py
+++ b/testapp/exam/urls.py
@@ -7,6 +7,7 @@ urlpatterns = patterns('exam.views',
url(r'^manage/addquestion/$', 'add_question'),
url(r'^manage/addquiz/$', 'add_quiz'),
url(r'^manage/gradeuser/$', 'show_all_users'),
+ url(r'^manage/questions/$', 'show_all_questions'),
url(r'^register/$', 'user_register'),
url(r'^start/$', 'start'),
url(r'^quit/$', 'quit'),