summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authoradityacp2017-04-24 11:25:06 +0530
committeradityacp2017-04-24 11:25:06 +0530
commit0688e71c1b20d57234ac19473a88cd8419cd8928 (patch)
tree8c439f46bf96ce695296527072dfa94c7720a041 /yaksh/urls.py
parenta44a75fef4bfd9a2a15f7bb8ce38d720fe2f411e (diff)
parent0208f8643a80fbee52ad8ff273bdc459f00d0e89 (diff)
downloadonline_test-0688e71c1b20d57234ac19473a88cd8419cd8928.tar.gz
online_test-0688e71c1b20d57234ac19473a88cd8419cd8928.tar.bz2
online_test-0688e71c1b20d57234ac19473a88cd8419cd8928.zip
Change views and grade user for assignments download
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 5623eab..8ddfe67 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -42,7 +42,7 @@ urlpatterns = [
url(r'^manage/showquestionpapers/$', views.show_all_questionpapers),
url(r'^manage/showquestionpapers/(?P<questionpaper_id>\d+)/$',\
views.show_all_questionpapers),
- url(r'^manage/monitor/(?P<questionpaper_id>\d+)/$', views.monitor),
+ url(r'^manage/monitor/(?P<quiz_id>\d+)/$', views.monitor),
url(r'^manage/user_data/(?P<user_id>\d+)/(?P<questionpaper_id>\d+)/$',
views.user_data),
url(r'^manage/user_data/(?P<user_id>\d+)/$', views.user_data),