project/urls.py
branch2011
changeset 493 97c978a24a6d
parent 487 f8d994c3d48d
child 503 2fd1aa38924e
equal deleted inserted replaced
492:3fcab949fc59 493:97c978a24a6d
   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_day0'),
       
   120     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
       
   121         direct_to_template, {"template": "about/speakerinfo.html"},
       
   122         name='scipycon_sinfo'),        
   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"},