summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls
diff options
context:
space:
mode:
authorkatkamrachana <katkam.rachana@gmail.com>2015-06-23 01:36:33 +0530
committerkatkamrachana <katkam.rachana@gmail.com>2015-06-23 01:36:33 +0530
commite5d8406e48f8da5521567c43384c8363831d44ad (patch)
tree492c1cfe37a62dffea6535e0a0003aae18a1359d /gnowsys-ndf/gnowsys_ndf/ndf/urls
parent95343e8e67f1c2bc5314aa140af03a8ab5605179 (diff)
downloadgnowsys-e5d8406e48f8da5521567c43384c8363831d44ad.tar.gz
Batches in MIS
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py
index 274161a..2d8dc6d 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py
@@ -6,6 +6,8 @@ urlpatterns = patterns('gnowsys_ndf.ndf.views.batch',
url(r'^/new_batch$', 'new_create_and_edit', name='new_batch'),
url(r'^/save_batch_stud$', 'save_students_for_batches', name='save_batch_stud'),
url(r'^/save_batch$', 'save_batch', name='save_batch'),
+ url(r'^/remove_stud_from_batch$', 'remove_stud_from_batch', name='remove_stud_from_batch'),
+ url(r'^/batch_detail$', 'batch_detail', name='batch_detail'),
url(r'^/detail/(?P<_id>[\w-]+)$', 'detail', name='detail'),
url(r'^/delete_batch/(?P<_id>[\w-]+)$', 'delete_batch', name='delete_batch'),
url(r'^/get_possible_batches/$', 'get_possible_batches', name='get_possible_batches'),