fixed a typo in urls.py 2011
authorParth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 17:20:18 +0530
branch2011
changeset 455 a61c960d90f2
parent 454 2d3479837338
child 456 1ea27f0622f8
fixed a typo in urls.py
project/urls.py
--- a/project/urls.py	Thu Nov 24 17:18:14 2011 +0530
+++ b/project/urls.py	Thu Nov 24 17:20:18 2011 +0530
@@ -123,7 +123,7 @@
      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),
+     url(r'^%s/talks-cfp/sprints/$' % (SCOPE_ARG_PATTERN),
          direct_to_template, {"template": "talk/sprint-schedule.html"},
          name='scipycon_sprint_schedule'),
     url(r'^%s/talks-cfp/speakers/$' % (SCOPE_ARG_PATTERN),