diff -r f54903f0c28e -r cec3c7dc4138 project/urls.py --- a/project/urls.py Thu Dec 01 14:09:23 2011 +0530 +++ b/project/urls.py Thu Dec 01 14:50:55 2011 +0530 @@ -111,6 +111,9 @@ url(r'^%s/about/reaching/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/reaching.html"}, name='scipycon_reaching'), + url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/contact.html"}, + name='scipycon_contact'), url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/city.html"}, name='scipycon_city'), @@ -156,9 +159,6 @@ url(r'^%s/about/sponsors/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/sponsors.html"}, name='scipycon_sponsors'), - url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN), - direct_to_template, {"template": "about/contact.html"}, - name='scipycon_contact'), ) # Password reset