fixed a typo in urls.py 2011
authorParth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 17:26:19 +0530
branch2011
changeset 457 b29742d04112
parent 456 1ea27f0622f8
child 458 65046b88b989
fixed a typo in urls.py
project/urls.py
--- a/project/urls.py	Thu Nov 24 17:22:17 2011 +0530
+++ b/project/urls.py	Thu Nov 24 17:26:19 2011 +0530
@@ -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'),