summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authoradityacp2020-01-20 19:11:19 +0530
committeradityacp2020-01-20 19:11:19 +0530
commite828d40b75181a2356fb9223280a1e6860a7ec49 (patch)
tree3a5f55d16a9773255b019957ee1b2cffb7a964d6 /yaksh/urls.py
parentf988c72e19b689227d671b6774242bb3e784a5e2 (diff)
downloadonline_test-e828d40b75181a2356fb9223280a1e6860a7ec49.tar.gz
online_test-e828d40b75181a2356fb9223280a1e6860a7ec49.tar.bz2
online_test-e828d40b75181a2356fb9223280a1e6860a7ec49.zip
Change views, urls, forms, templates, static
- Change course, quiz, module, lesson forms - Add messages for success and warning - Add proper redirections to the specifc urls - Remove unnecessary custom css
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r--yaksh/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py
index 543dc1d..3ba2f9e 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -162,7 +162,7 @@ urlpatterns = [
url(r'^manage/regrade/paper/(?P<course_id>\d+)/(?P<answerpaper_id>\d+)/$',
views.regrade, name='regrade'),
url(r'^manage/(?P<mode>godmode|usermode)/(?P<quiz_id>\d+)/'
- '(?P<course_id>\d+)/$', views.test_quiz),
+ '(?P<course_id>\d+)/$', views.test_quiz, name="test_quiz"),
url(r'^manage/create_demo_course/$', views.create_demo_course,
name="create_demo_course"),
url(r'^manage/courses/download_course_csv/(?P<course_id>\d+)/$',