summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls
diff options
context:
space:
mode:
authorAvadoot Nachankar <avadoot298@gmail.com>2015-01-30 14:26:29 +0530
committerAvadoot Nachankar <avadoot298@gmail.com>2015-01-30 14:26:29 +0530
commitc9468431dfb4550edea781dd0670026f510371f9 (patch)
tree75c76fa5adb7ff2965714f9f5bdd6d442144405f /gnowsys-ndf/gnowsys_ndf/ndf/urls
parentb8a9b5343b322a55de25a1b581f8130b01c5cbc1 (diff)
downloadgnowsys-c9468431dfb4550edea781dd0670026f510371f9.tar.gz
Enrollment UI updated (Populating Announced Courses based on selected Course Type)
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls')
-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 ac4b49d..d08e23c 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'),