# HG changeset patch # User primal primal007@gmail.com # Date 1322919971 -19800 # Node ID ea923104766c6fbd09f2e2aed1406c89d1dbc26a # Parent 1f3fc0de016e88ad278ed037c4c12ed3aad3f61f Speaker Info diff -r 1f3fc0de016e -r ea923104766c project/templates/_menu.html --- a/project/templates/_menu.html Sat Dec 03 18:15:15 2011 +0530 +++ b/project/templates/_menu.html Sat Dec 03 19:16:11 2011 +0530 @@ -105,7 +105,8 @@
  • -

    Ole Nielsen: Mapping and Geoprocessing with Python (2 hrs)

    +

    Ole Nielsen: Mapping and Geoprocessing with Python (1 hr)

    • Putting information on a map and analyzing spatial data are fundamental to a diff -r 1f3fc0de016e -r ea923104766c project/urls.py --- a/project/urls.py Sat Dec 03 18:15:15 2011 +0530 +++ b/project/urls.py Sat Dec 03 19:16:11 2011 +0530 @@ -114,6 +114,12 @@ url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/contact.html"}, name='scipycon_contact'), + url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/day0.html"}, + name='scipycon_contact'), + url(r'^%s/about/speakerinfo/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/speakerinfo.html"}, + name='scipycon_contact'), url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/city.html"}, name='scipycon_city'),