diff -r 1f3fc0de016e -r ea923104766c project/urls.py --- a/project/urls.py Sat Dec 03 18:15:15 2011 +0530 +++ b/project/urls.py Sat Dec 03 19:16:11 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_contact'), + url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/speakerinfo.html"}, + name='scipycon_contact'), url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/city.html"}, name='scipycon_city'),