summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
authorhardythe12012-03-21 17:18:29 +0530
committerhardythe12012-03-21 17:18:29 +0530
commitd6b315e816525ee114a22e1c66a35b5e30e86258 (patch)
treeaf6a22d442f49d506989b89647c98824af108cab /testapp/exam/urls.py
parent8bedc83e30c80636df18b301a84c69cb6a543e53 (diff)
parent2f21a4a007ae9b51fadd7832fe90506f19e309e2 (diff)
downloadonline_test-d6b315e816525ee114a22e1c66a35b5e30e86258.tar.gz
online_test-d6b315e816525ee114a22e1c66a35b5e30e86258.tar.bz2
online_test-d6b315e816525ee114a22e1c66a35b5e30e86258.zip
Merge branch 'admin_module' of github.com:hardythe1/online_test into admin_module
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 e73ef2d..1e1cd12 100644
--- a/testapp/exam/urls.py
+++ b/testapp/exam/urls.py
@@ -11,6 +11,7 @@ urlpatterns = patterns('exam.views',
url(r'^(?P<q_id>\d+)/$', 'question'),
url(r'^(?P<q_id>\d+)/check/$', 'check'),
+
url(r'^manage/$', 'prof_manage'),
url(r'^manage/addquestion/$', 'add_question'),
url(r'^manage/addquestion/(?P<question_id>\d+)/$', 'add_question'),