project/urls.py
branch2011
changeset 486 ea923104766c
parent 464 cec3c7dc4138
child 487 f8d994c3d48d
--- a/project/urls.py	Sat Dec 03 18:15:15 2011 +0530
+++ b/project/urls.py	Sat Dec 03 19:16:11 2011 +0530
@@ -114,6 +114,12 @@
     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_contact'),
+    url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/speakerinfo.html"},
+        name='scipycon_contact'),        
     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/city.html"},
         name='scipycon_city'),