diff -r 23b06e07364d -r b3e8172b0f86 project/urls.py --- a/project/urls.py Tue Dec 06 15:21:43 2011 +0530 +++ b/project/urls.py Tue Dec 06 17:58:28 2011 +0530 @@ -120,6 +120,9 @@ url(r'^%s/about/day_one/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/day_one.html"}, name='scipycon_day_one'), + url(r'^%s/about/day_two/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/day_two.html"}, + name='scipycon_day_two'), url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/speakerinfo.html"}, name='scipycon_sinfo'),