project/urls.py
changeset 185 7071ab9a6703
parent 180 5787f3cb8c01
child 192 d87f0cd436e6
child 234 849c8e8391d5
--- a/project/urls.py	Fri Oct 29 19:50:58 2010 +0530
+++ b/project/urls.py	Fri Oct 29 19:59:03 2010 +0530
@@ -119,6 +119,9 @@
     url(r'^%s/about/fees/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/fees.html"},
         name='scipycon_fees'),
+    url(r'^%s/organizers/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/organizers.html"},
+        name='scipycon_organizers'),
 
     )