summaryrefslogtreecommitdiff
path: root/project/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'project/urls.py')
-rw-r--r--project/urls.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/urls.py b/project/urls.py
index d98b84c..2ea7a1d 100644
--- a/project/urls.py
+++ b/project/urls.py
@@ -116,6 +116,10 @@ urlpatterns += patterns('',
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