--- 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'),