# HG changeset patch # User Parth buch # Date 1322135779 -19800 # Node ID b29742d04112d246b62b4f9763309e4ee6102247 # Parent 1ea27f0622f8667e45ed176696e3f46617058c3e fixed a typo in urls.py diff -r 1ea27f0622f8 -r b29742d04112 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'),