diff -r 889a396bf8b9 -r 7071ab9a6703 project/urls.py --- a/project/urls.py Fri Oct 29 19:50:58 2010 +0530 +++ b/project/urls.py Fri Oct 29 19:59:03 2010 +0530 @@ -119,6 +119,9 @@ url(r'^%s/about/fees/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/fees.html"}, name='scipycon_fees'), + url(r'^%s/organizers/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/organizers.html"}, + name='scipycon_organizers'), )