summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
authorhardythe12012-02-23 18:49:36 +0530
committerhardythe12012-02-23 18:49:36 +0530
commitdd3fd7b8c58d836baba24441e7d55c6d51858eab (patch)
tree7500dd2e40934f311a5f2cf505ad442946afee71 /testapp/exam/urls.py
parent9acff5f2cf9f9ae3d2fc097e1fcd84712d3199d0 (diff)
downloadonline_test-dd3fd7b8c58d836baba24441e7d55c6d51858eab.tar.gz
online_test-dd3fd7b8c58d836baba24441e7d55c6d51858eab.tar.bz2
online_test-dd3fd7b8c58d836baba24441e7d55c6d51858eab.zip
View for Editing Quiz
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 67debd2..a8b81f7 100644
--- a/testapp/exam/urls.py
+++ b/testapp/exam/urls.py
@@ -14,6 +14,7 @@ urlpatterns = patterns('exam.views',
url(r'^manage/addquestion/$', 'add_question'),
url(r'^manage/addquestion/(?P<question_id>\d+)/$', 'add_question'),
url(r'^manage/addquiz/$', 'add_quiz'),
+ url(r'^manage/editquiz/$', 'edit_quiz'),
url(r'^manage/editquestion/$', 'edit_question'),
url(r'^manage/addquiz/(?P<quiz_id>\d+)/$', 'add_quiz'),
url(r'^manage/gradeuser/$', 'show_all_users'),