project/urls.py
branch2011
changeset 486 ea923104766c
parent 464 cec3c7dc4138
child 487 f8d994c3d48d
equal deleted inserted replaced
485:1f3fc0de016e 486:ea923104766c
   112         direct_to_template, {"template": "about/reaching.html"},
   112         direct_to_template, {"template": "about/reaching.html"},
   113         name='scipycon_reaching'),
   113         name='scipycon_reaching'),
   114     url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN),
   114     url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN),
   115         direct_to_template, {"template": "about/contact.html"},
   115         direct_to_template, {"template": "about/contact.html"},
   116         name='scipycon_contact'),
   116         name='scipycon_contact'),
       
   117     url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN),
       
   118         direct_to_template, {"template": "about/day0.html"},
       
   119         name='scipycon_contact'),
       
   120     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
       
   121         direct_to_template, {"template": "about/speakerinfo.html"},
       
   122         name='scipycon_contact'),        
   117     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
   123     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
   118         direct_to_template, {"template": "about/city.html"},
   124         direct_to_template, {"template": "about/city.html"},
   119         name='scipycon_city'),
   125         name='scipycon_city'),
   120     url(r'^%s/talks-cfp/$' % (SCOPE_ARG_PATTERN),
   126     url(r'^%s/talks-cfp/$' % (SCOPE_ARG_PATTERN),
   121         direct_to_template, {"template": "talk/talks-cfp.html"},
   127         direct_to_template, {"template": "talk/talks-cfp.html"},