project/urls.py
branch2011
changeset 487 f8d994c3d48d
parent 486 ea923104766c
child 503 2fd1aa38924e
--- a/project/urls.py	Sat Dec 03 19:16:11 2011 +0530
+++ b/project/urls.py	Sat Dec 03 19:45:50 2011 +0530
@@ -116,10 +116,10 @@
         name='scipycon_contact'),
     url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/day0.html"},
-        name='scipycon_contact'),
+        name='scipycon_day0'),
     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/speakerinfo.html"},
-        name='scipycon_contact'),        
+        name='scipycon_sinfo'),        
     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/city.html"},
         name='scipycon_city'),