project/urls.py
branch2011
changeset 503 2fd1aa38924e
parent 487 f8d994c3d48d
child 509 ef3377e227e4
--- a/project/urls.py	Sat Dec 03 23:04:37 2011 +0530
+++ b/project/urls.py	Sun Dec 04 00:16:07 2011 +0530
@@ -114,9 +114,9 @@
     url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/contact.html"},
         name='scipycon_contact'),
-    url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN),
-        direct_to_template, {"template": "about/day0.html"},
-        name='scipycon_day0'),
+    url(r'^%s/about/day_zero/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/day_zero.html"},
+        name='scipycon_day_zero'),
     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/speakerinfo.html"},
         name='scipycon_sinfo'),