project/urls.py
branch2011
changeset 503 2fd1aa38924e
parent 487 f8d994c3d48d
child 509 ef3377e227e4
equal deleted inserted replaced
502:baa859d0df1b 503:2fd1aa38924e
   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),
   117     url(r'^%s/about/day_zero/$' % (SCOPE_ARG_PATTERN),
   118         direct_to_template, {"template": "about/day0.html"},
   118         direct_to_template, {"template": "about/day_zero.html"},
   119         name='scipycon_day0'),
   119         name='scipycon_day_zero'),
   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_sinfo'),        
   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"},