summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
diff options
context:
space:
mode:
authormaheshgudi2016-08-08 16:07:25 +0530
committermaheshgudi2016-08-29 14:03:05 +0530
commitb259e65bbadc62a9368238e778af5c205b32f5f6 (patch)
treec446ca55fa38294993b679e4874ff4edfd45f10b /yaksh/urls.py
parent9a9eb0d9d73cea1bdc6f8ff38631eb4bb664813b (diff)
downloadonline_test-b259e65bbadc62a9368238e778af5c205b32f5f6.tar.gz
online_test-b259e65bbadc62a9368238e778af5c205b32f5f6.tar.bz2
online_test-b259e65bbadc62a9368238e778af5c205b32f5f6.zip
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),