project/urls.py
branch2011
changeset 515 b3e8172b0f86
parent 509 ef3377e227e4
equal deleted inserted replaced
514:23b06e07364d 515:b3e8172b0f86
   118         direct_to_template, {"template": "about/day_zero.html"},
   118         direct_to_template, {"template": "about/day_zero.html"},
   119         name='scipycon_day_zero'),
   119         name='scipycon_day_zero'),
   120     url(r'^%s/about/day_one/$' % (SCOPE_ARG_PATTERN),
   120     url(r'^%s/about/day_one/$' % (SCOPE_ARG_PATTERN),
   121     	direct_to_template, {"template": "about/day_one.html"},
   121     	direct_to_template, {"template": "about/day_one.html"},
   122         name='scipycon_day_one'),
   122         name='scipycon_day_one'),
       
   123     url(r'^%s/about/day_two/$' % (SCOPE_ARG_PATTERN),
       
   124     	direct_to_template, {"template": "about/day_two.html"},
       
   125         name='scipycon_day_two'),
   123     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
   126     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
   124         direct_to_template, {"template": "about/speakerinfo.html"},
   127         direct_to_template, {"template": "about/speakerinfo.html"},
   125         name='scipycon_sinfo'),        
   128         name='scipycon_sinfo'),        
   126     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
   129     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
   127         direct_to_template, {"template": "about/city.html"},
   130         direct_to_template, {"template": "about/city.html"},