project/urls.py
changeset 176 6a95fa45edf2
parent 165 e5c0674761e7
child 180 5787f3cb8c01
--- a/project/urls.py	Mon Oct 18 23:29:05 2010 +0530
+++ b/project/urls.py	Thu Oct 21 17:27:53 2010 +0530
@@ -113,6 +113,9 @@
     url(r'^%s/talks-cfp/speakers/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "talk/speakers.html"},
         name='scipycon_speakers'),
+    url(r'^%s/publicity/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/publicity.html"},
+        name='scipycon_publicity'),
     )
 
 # Password reset