diff -r e98f6525c7b0 -r f91c329e13b5 project/urls.py --- a/project/urls.py Sat Nov 12 16:39:00 2011 +0530 +++ b/project/urls.py Tue Nov 15 02:25:12 2011 +0530 @@ -120,9 +120,9 @@ url(r'^%s/talks-cfp/schedule/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "talk/schedule.html"}, name='scipycon_schedule'), - # url(r'^%s/talks-cfp/tutorial/$' % (SCOPE_ARG_PATTERN), - # direct_to_template, {"template": "talk/tutorial-schedule.html"}, - # name='scipycon_tutorial_schedule'), + url(r'^%s/talks-cfp/tutorial/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/tutorial.html"}, + name='scipycon_tutorial'), # url(r'^%s/talks-cfp/sprint/$' % (SCOPE_ARG_PATTERN), # direct_to_template, {"template": "talk/sprint-schedule.html"}, # name='scipycon_sprint_schedule'),