diff -r 3fcab949fc59 -r 97c978a24a6d project/urls.py --- a/project/urls.py Sat Dec 03 14:34:47 2011 +0530 +++ b/project/urls.py Sat Dec 03 19:53:55 2011 +0530 @@ -114,6 +114,12 @@ url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/contact.html"}, name='scipycon_contact'), + url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/day0.html"}, + name='scipycon_day0'), + url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/speakerinfo.html"}, + name='scipycon_sinfo'), url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/city.html"}, name='scipycon_city'),