project/urls.py
branch2011
changeset 454 2d3479837338
parent 447 f91c329e13b5
child 455 a61c960d90f2
--- a/project/urls.py	Thu Nov 24 16:43:31 2011 +0530
+++ b/project/urls.py	Thu Nov 24 17:18:14 2011 +0530
@@ -123,9 +123,9 @@
      url(r'^%s/talks-cfp/tutorial/$' % (SCOPE_ARG_PATTERN),
          direct_to_template, {"template": "about/tutorial.html"},
         name='scipycon_tutorial'),
-    # url(r'^%s/talks-cfp/sprint/$' % (SCOPE_ARG_PATTERN),
-    #     direct_to_template, {"template": "talk/sprint-schedule.html"},
-    #     name='scipycon_sprint_schedule'),
+     url(r'^%s/talks-cfp/sprint/$' % (SCOPE_ARG_PATTERN),
+         direct_to_template, {"template": "talk/sprint-schedule.html"},
+         name='scipycon_sprint_schedule'),
     url(r'^%s/talks-cfp/speakers/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "talk/speakers.html"},
         name='scipycon_speakers'),