summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
diff options
context:
space:
mode:
authorkatkamrachana <katkam.rachana@gmail.com>2015-03-09 11:29:56 +0530
committerkatkamrachana <katkam.rachana@gmail.com>2015-03-09 11:29:56 +0530
commit14e8c4c6adaf5934339ae2bbe672e9518ccb06d1 (patch)
tree337a85fd80aeeff99fe28837055a4387f61de157 /gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
parent7dc3593e7557a3613e87b91010f1c55b482be83f (diff)
downloadgnowsys-14e8c4c6adaf5934339ae2bbe672e9518ccb06d1.tar.gz
Conflicts resolved with 1060 and made footer in user dashboard back to original display
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
index cc00c17..ad5a7c7 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
@@ -44,6 +44,7 @@ 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'),