fixed a typo anoop
authornishanth
Thu, 15 Jul 2010 14:28:25 +0530
branchanoop
changeset 96 8cccb8f7fff2
parent 95 ab554d46fd34
child 97 bf16c82df506
fixed a typo
sdi/site/urls.py
--- a/sdi/site/urls.py	Thu Jul 15 14:21:09 2010 +0530
+++ b/sdi/site/urls.py	Thu Jul 15 14:28:25 2010 +0530
@@ -11,6 +11,6 @@
                        (r'^login/$', admin_login),
                        (r'^logout/$', admin_logout),
                        (r'^send_wsp_cnf/$', send_workshop_confirm),
-                       (r'^cnf_wsp_cnf/(\w+)/$', confirm_wsp_participation),
+                       (r'^cnf_wsp_ptc/(\w+)/$', confirm_wsp_participation),
                       )