project/urls.py
branch2011
changeset 473 5610783f66d6
parent 464 cec3c7dc4138
child 486 ea923104766c
--- a/project/urls.py	Wed Nov 30 12:42:05 2011 +0530
+++ b/project/urls.py	Thu Dec 01 19:05:43 2011 +0530
@@ -111,6 +111,9 @@
     url(r'^%s/about/reaching/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/reaching.html"},
         name='scipycon_reaching'),
+    url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/contact.html"},
+        name='scipycon_contact'),
     url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/city.html"},
         name='scipycon_city'),