diff -r baa859d0df1b -r 2fd1aa38924e project/urls.py --- a/project/urls.py Sat Dec 03 23:04:37 2011 +0530 +++ b/project/urls.py Sun Dec 04 00:16:07 2011 +0530 @@ -114,9 +114,9 @@ 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/day_zero/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/day_zero.html"}, + name='scipycon_day_zero'), url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/speakerinfo.html"}, name='scipycon_sinfo'),