project/urls.py
branch2011
changeset 515 b3e8172b0f86
parent 509 ef3377e227e4
--- a/project/urls.py	Tue Dec 06 15:21:43 2011 +0530
+++ b/project/urls.py	Tue Dec 06 17:58:28 2011 +0530
@@ -120,6 +120,9 @@
     url(r'^%s/about/day_one/$' % (SCOPE_ARG_PATTERN),
     	direct_to_template, {"template": "about/day_one.html"},
         name='scipycon_day_one'),
+    url(r'^%s/about/day_two/$' % (SCOPE_ARG_PATTERN),
+    	direct_to_template, {"template": "about/day_two.html"},
+        name='scipycon_day_two'),
     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/speakerinfo.html"},
         name='scipycon_sinfo'),