summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjayparikh1112012-02-16 16:29:06 +0530
committerjayparikh1112012-02-16 16:29:06 +0530
commit3cf25b2893bc7b9c7e31240a6e43aedfade68080 (patch)
tree9621c03bc2e9cb6903f2dfa209c6ba2074924463
parent7dbb5b44622984b064768b84008998555f2f3b0b (diff)
downloadonline_test-3cf25b2893bc7b9c7e31240a6e43aedfade68080.tar.gz
online_test-3cf25b2893bc7b9c7e31240a6e43aedfade68080.tar.bz2
online_test-3cf25b2893bc7b9c7e31240a6e43aedfade68080.zip
minor correction on views.py
-rw-r--r--testapp/exam/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/views.py b/testapp/exam/views.py
index 2b4a0fe..7c7a8ad 100644
--- a/testapp/exam/views.py
+++ b/testapp/exam/views.py
@@ -115,7 +115,7 @@ def add_quiz(request):
if form.is_valid():
data = form.cleaned_data
form.save()
- return my_redirect("/exam/manage/addquiz")
+ return my_redirect("/exam/addquiz")
else:
return my_render_to_response('exam/add_quiz.html',