# HG changeset patch # User nishanth # Date 1279184305 -19800 # Node ID 8cccb8f7fff24248d52202388b91b704de13001e # Parent ab554d46fd341e62d8469803247bbe0e8bccefe9 fixed a typo diff -r ab554d46fd34 -r 8cccb8f7fff2 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), )