# HG changeset patch # User primal primal007@gmail.com # Date 1322991794 -19800 # Node ID ef3377e227e436e68212190e2f4c781deaeabd0b # Parent c03e1d6d7bda3c837fa3e96b892573f48ef9726d Edited urls diff -r c03e1d6d7bda -r ef3377e227e4 project/templates/_menu.html --- a/project/templates/_menu.html Sun Dec 04 15:05:33 2011 +0530 +++ b/project/templates/_menu.html Sun Dec 04 15:13:14 2011 +0530 @@ -105,6 +105,7 @@
  • Live Blog
  • diff -r c03e1d6d7bda -r ef3377e227e4 project/urls.py --- a/project/urls.py Sun Dec 04 15:05:33 2011 +0530 +++ b/project/urls.py Sun Dec 04 15:13:14 2011 +0530 @@ -117,6 +117,9 @@ 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/day_one/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/day_one.html"}, + name='scipycon_day_one'), url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/speakerinfo.html"}, name='scipycon_sinfo'),