fixed a typo in urls.py 2011
authorParth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 17:33:59 +0530
branch2011
changeset 458 65046b88b989
parent 457 b29742d04112
child 459 6cd2a8ce6662
fixed a typo in urls.py
project/urls.py
--- a/project/urls.py	Thu Nov 24 17:26:19 2011 +0530
+++ b/project/urls.py	Thu Nov 24 17:33:59 2011 +0530
@@ -120,10 +120,10 @@
     url(r'^%s/talks-cfp/schedule/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "talk/schedule.html"},
         name='scipycon_schedule'),
-     url(r'^%s/talks-cfp/tutorial/$' % (SCOPE_ARG_PATTERN),
+    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/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),
@@ -144,9 +144,9 @@
     url(r'^%s/tutorial/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/tutorial.html"},
         name='scipycon_tutorial'),
-#    url(r'^%s/sprints/$' % (SCOPE_ARG_PATTERN),
-#        direct_to_template, {"template": "about/sprints.html"},
-#        name='scipycon_sprints'),
+    url(r'^%s/sprints/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/sprints.html"},
+        name='scipycon_sprints'),
     url(r'^%s/certificates/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/certificates.html"},
         name='scipycon_certificates'),