summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
diff options
context:
space:
mode:
authoradmin <admin@krishna-K55VM.(none)>2015-02-02 17:42:16 +0530
committeradmin <admin@krishna-K55VM.(none)>2015-02-02 17:42:16 +0530
commitabaeede407e24144ff80b6a22a929c64733f2f7d (patch)
tree3a415bb755794a6debffdc6f2dd28b70055c72c0 /gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
parent36fa9c546fcc59e5b4dab0db3bca9c6587189d46 (diff)
parente781c9757bd4578d2088e4ffa82dfb2fb48ce58a (diff)
downloadgnowsys-abaeede407e24144ff80b6a22a929c64733f2f7d.tar.gz
Merge branch 'mongokit' of https://github.com/gnowledge/gstudio into merge_branch
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py2
1 files changed, 1 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 8ee9164..556f3b5 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/ajax-urls.py
@@ -49,7 +49,7 @@ urlpatterns = patterns('gnowsys_ndf.ndf.views.ajax_views',
url(r'^get_batches_with_acourse/', 'get_batches_with_acourse', name='get_batches_with_acourse'),
url(r'^get_announced_courses_with_ctype/', 'get_announced_courses_with_ctype', name='get_announced_courses_with_ctype'),
- url(r'^get_colleges/', 'get_colleges', name='get_colleges'),
+ url(r'^get_colleges/(?P<app_id>[\w-]+)$', 'get_colleges', name='get_colleges'),
url(r'^get_districts/', 'get_districts', name='get_districts'),
url(r'^get_affiliated_colleges/', 'get_affiliated_colleges', name='get_affiliated_colleges'),
url(r'^get_students/', 'get_students', name='get_students'),