From 2f21a4a007ae9b51fadd7832fe90506f19e309e2 Mon Sep 17 00:00:00 2001 From: jayparikh111 Date: Wed, 21 Mar 2012 17:11:33 +0530 Subject: changes for adding tags in questions --- testapp/exam/urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testapp/exam/urls.py') diff --git a/testapp/exam/urls.py b/testapp/exam/urls.py index a8b81f7..9e42093 100644 --- a/testapp/exam/urls.py +++ b/testapp/exam/urls.py @@ -10,6 +10,7 @@ urlpatterns = patterns('exam.views', url(r'^(?P\d+)/$', 'question'), url(r'^(?P\d+)/check/$', 'check'), + url(r'^manage/$', 'prof_manage'), url(r'^manage/addquestion/$', 'add_question'), url(r'^manage/addquestion/(?P\d+)/$', 'add_question'), -- cgit