branch | anoop |
changeset 108 | 9363e5121f9b |
parent 96 | 8cccb8f7fff2 |
child 109 | ad82433ae8a2 |
--- a/sdi/site/urls.py Fri Jul 16 10:45:01 2010 +0530 +++ b/sdi/site/urls.py Fri Jul 16 18:50:52 2010 +0530 @@ -12,5 +12,6 @@ (r'^logout/$', admin_logout), (r'^send_wsp_cnf/$', send_workshop_confirm), (r'^cnf_wsp_ptc/(\w+)/$', confirm_wsp_participation), + (r'^send_sgd_cnf/$', send_sagedays_confirm), )