summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls
diff options
context:
space:
mode:
authorkatkamrachana <katkam.rachana@gmail.com>2015-04-01 13:10:19 +0530
committerkatkamrachana <katkam.rachana@gmail.com>2015-04-01 13:10:19 +0530
commit19bb3207924204ca10af639129272d70c7d57ea9 (patch)
tree37e5096cb8f82d511969ff94cd19a541d325f1a4 /gnowsys-ndf/gnowsys_ndf/ndf/urls
parenta37ad46c57e52e22fe5e3fbdc40a5cf1864af87a (diff)
downloadgnowsys-19bb3207924204ca10af639129272d70c7d57ea9.tar.gz
Shifted get_resources view to course.py
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
index ad5a7c7..cc00c17 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
@@ -44,7 +44,6 @@ urlpatterns = patterns('gnowsys_ndf.ndf.views.ajax_views',
# Ajax-urls required for MIS --------------------------------
url(r'^get_students_for_batches/', 'get_students_for_batches', name='get_students_for_batches'),
- url(r'^resources/', 'get_resources', name='get_resources'),
url(r'^get_anncourses_allstudents/', 'get_anncourses_allstudents', name='get_anncourses_allstudents'),
url(r'^get_courses/', 'get_courses', name='get_courses'),
url(r'^get_batches_with_acourse/', 'get_batches_with_acourse', name='get_batches_with_acourse'),