project/urls.py
branch2011
changeset 463 f54903f0c28e
parent 458 65046b88b989
child 464 cec3c7dc4138
--- a/project/urls.py	Wed Nov 30 19:21:50 2011 +0530
+++ b/project/urls.py	Thu Dec 01 14:09:23 2011 +0530
@@ -156,6 +156,9 @@
     url(r'^%s/about/sponsors/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/sponsors.html"},
         name='scipycon_sponsors'),
+    url(r'^%s/about/contact/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/contact.html"},
+        name='scipycon_contact'),
     )
 
 # Password reset