diff -r a2f9aecd5f57 -r f54903f0c28e project/urls.py --- a/project/urls.py Wed Nov 30 19:21:50 2011 +0530 +++ b/project/urls.py Thu Dec 01 14:09:23 2011 +0530 @@ -156,6 +156,9 @@ 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