project/urls.py
changeset 180 5787f3cb8c01
parent 176 6a95fa45edf2
child 185 7071ab9a6703
--- a/project/urls.py	Fri Oct 29 15:37:13 2010 +0530
+++ b/project/urls.py	Fri Oct 29 17:03:15 2010 +0530
@@ -116,6 +116,10 @@
     url(r'^%s/publicity/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/publicity.html"},
         name='scipycon_publicity'),
+    url(r'^%s/about/fees/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/fees.html"},
+        name='scipycon_fees'),
+
     )
 
 # Password reset