diff options
author | adityacp | 2016-05-05 12:52:47 +0530 |
---|---|---|
committer | adityacp | 2016-05-05 12:52:47 +0530 |
commit | a2d3d14e03c7f6a873b4f838752878d2bcab44aa (patch) | |
tree | 61e0e7fe69010f59bc85bdf091a6c1c8ad127fe7 /yaksh/urls.py | |
parent | 2f7891874aec1dec962d55e3b2aaed1c61d7acaa (diff) | |
download | online_test-a2d3d14e03c7f6a873b4f838752878d2bcab44aa.tar.gz online_test-a2d3d14e03c7f6a873b4f838752878d2bcab44aa.tar.bz2 online_test-a2d3d14e03c7f6a873b4f838752878d2bcab44aa.zip |
changes for download questions
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r-- | yaksh/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py index f660ed7..18a64c2 100644 --- a/yaksh/urls.py +++ b/yaksh/urls.py @@ -89,7 +89,7 @@ urlpatterns += [ url(r'^manage/addteacher/(?P<course_id>\d+)/$', views.add_teacher), url(r'^manage/allotted_course/$', views.allotted_courses), url(r'^manage/remove_teachers/(?P<course_id>\d+)/$', views.remove_teachers), - url(r'^manage/download_questions/$', views.download_questions), + url(r'^manage/download_questions/$', views.show_all_questions), url(r'^manage/upload_questions/$', views.show_all_questions) ] |