project/urls.py
changeset 165 e5c0674761e7
parent 154 d26cedf5e0d3
child 176 6a95fa45edf2
--- a/project/urls.py	Sun Oct 17 00:09:13 2010 +0530
+++ b/project/urls.py	Sun Oct 17 00:09:41 2010 +0530
@@ -95,6 +95,9 @@
     url(r'^%s/about/reaching/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/reaching.html"},
         name='scipycon_reaching'),
+    url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/city.html"},
+        name='scipycon_city'),
     url(r'^%s/talks-cfp/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "talk/talks-cfp.html"},
         name='scipycon_talks_cfp'),