summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls
diff options
context:
space:
mode:
authorkatkamrachana <katkam.rachana@gmail.com>2015-06-22 14:12:13 +0530
committerkatkamrachana <katkam.rachana@gmail.com>2015-06-22 14:12:13 +0530
commit17891415f820d49f7ac3bb2c4a2a09ead541cf02 (patch)
treeb1d49e8e6d400f0c6d049176524b28651c789635 /gnowsys-ndf/gnowsys_ndf/ndf/urls
parent3a102a446c9784c420a428979f12f3e16588e7f0 (diff)
downloadgnowsys-17891415f820d49f7ac3bb2c4a2a09ead541cf02.tar.gz
Saving code optimized
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py
index 923c16a..274161a 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/batch.py
@@ -5,6 +5,7 @@ urlpatterns = patterns('gnowsys_ndf.ndf.views.batch',
url(r'^/edit/(?P<_id>[\w-]+)$', 'new_create_and_edit', name='edit'),
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'^/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'),