diff -r 6e1001230377 -r 49b56af22f04 project/urls.py --- a/project/urls.py Fri Nov 26 19:28:20 2010 +0530 +++ b/project/urls.py Fri Nov 26 19:29:54 2010 +0530 @@ -143,6 +143,9 @@ url(r'^%s/about/dates/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/important_dates.html"}, name='scipycon_imp_dates'), + url(r'^%s/about/sponsors/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/sponsors.html"}, + name='scipycon_sponsors'), ) # Password reset