project/urls.py
branch2011
changeset 509 ef3377e227e4
parent 503 2fd1aa38924e
child 515 b3e8172b0f86
equal deleted inserted replaced
508:c03e1d6d7bda 509:ef3377e227e4
   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/day_zero/$' % (SCOPE_ARG_PATTERN),
   117     url(r'^%s/about/day_zero/$' % (SCOPE_ARG_PATTERN),
   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),
       
   121     	direct_to_template, {"template": "about/day_one.html"},
       
   122         name='scipycon_day_one'),
   120     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
   123     url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN),
   121         direct_to_template, {"template": "about/speakerinfo.html"},
   124         direct_to_template, {"template": "about/speakerinfo.html"},
   122         name='scipycon_sinfo'),        
   125         name='scipycon_sinfo'),        
   123     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
   126     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
   124         direct_to_template, {"template": "about/city.html"},
   127         direct_to_template, {"template": "about/city.html"},