summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-08-30 16:14:51 +0530
committerGitHub2016-08-30 16:14:51 +0530
commitfb1877472b80b45d51e926966d6d21ca80b9ae9f (patch)
treef6a56a982a59e0ee3ecaf7dd5f47837c84f3c88b /yaksh/urls.py
parentdc7cde8882ecd993b90f08090e7d499f063aadf2 (diff)
parentb8c58435aef3b9c30ae8952f353648d70d228eec (diff)
downloadonline_test-fb1877472b80b45d51e926966d6d21ca80b9ae9f.tar.gz
online_test-fb1877472b80b45d51e926966d6d21ca80b9ae9f.tar.bz2
online_test-fb1877472b80b45d51e926966d6d21ca80b9ae9f.zip
Merge pull request #122 from maheshgudi/course_changes
made UI changes to courses page and teacher can add another teacher
Diffstat (limited to 'yaksh/urls.py')
-rw-r--r--yaksh/urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/urls.py b/yaksh/urls.py
index cd97dd4..d14ed1d 100644
--- a/yaksh/urls.py
+++ b/yaksh/urls.py
@@ -97,7 +97,6 @@ urlpatterns += [
views.reject, {'was_enrolled': True}),
url(r'^manage/searchteacher/(?P<course_id>\d+)/$', views.search_teacher),
url(r'^manage/addteacher/(?P<course_id>\d+)/$', views.add_teacher, name='add_teacher'),
- url(r'^manage/allotted_course/$', views.allotted_courses),
url(r'^manage/remove_teachers/(?P<course_id>\d+)/$', views.remove_teachers, name='remove_teacher'),
url(r'^manage/download_questions/$', views.show_all_questions),
url(r'^manage/upload_questions/$', views.show_all_questions),