# HG changeset patch # User primal primal007@gmail.com # Date 1323174508 -19800 # Node ID b3e8172b0f8662afed0792de5ec917471937e8e7 # Parent 23b06e07364d8641608cd24f5b9c30e269a8bee3 Menu and urls added diff -r 23b06e07364d -r b3e8172b0f86 project/templates/_menu.html --- a/project/templates/_menu.html Tue Dec 06 15:21:43 2011 +0530 +++ b/project/templates/_menu.html Tue Dec 06 17:58:28 2011 +0530 @@ -106,6 +106,7 @@ 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'),