project/urls.py
branch2011
changeset 487 f8d994c3d48d
parent 486 ea923104766c
child 503 2fd1aa38924e
equal deleted inserted replaced
486:ea923104766c 487:f8d994c3d48d
   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),
   117     url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN),
   118         direct_to_template, {"template": "about/day0.html"},
   118         direct_to_template, {"template": "about/day0.html"},
   119         name='scipycon_contact'),
   119         name='scipycon_day0'),
   120     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
   120     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
   121         direct_to_template, {"template": "about/speakerinfo.html"},
   121         direct_to_template, {"template": "about/speakerinfo.html"},
   122         name='scipycon_contact'),        
   122         name='scipycon_sinfo'),        
   123     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
   123     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
   124         direct_to_template, {"template": "about/city.html"},
   124         direct_to_template, {"template": "about/city.html"},
   125         name='scipycon_city'),
   125         name='scipycon_city'),
   126     url(r'^%s/talks-cfp/$' % (SCOPE_ARG_PATTERN),
   126     url(r'^%s/talks-cfp/$' % (SCOPE_ARG_PATTERN),
   127         direct_to_template, {"template": "talk/talks-cfp.html"},
   127         direct_to_template, {"template": "talk/talks-cfp.html"},