summaryrefslogtreecommitdiff
path: root/project/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'project/urls.py')
-rw-r--r--project/urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/urls.py b/project/urls.py
index 548897b..6c5ac69 100644
--- a/project/urls.py
+++ b/project/urls.py
@@ -143,6 +143,9 @@ urlpatterns += patterns('',
url(r'^%s/about/dates/$' % (SCOPE_ARG_PATTERN),
direct_to_template, {"template": "about/important_dates.html"},
name='scipycon_imp_dates'),
+ url(r'^%s/about/sponsors/$' % (SCOPE_ARG_PATTERN),
+ direct_to_template, {"template": "about/sponsors.html"},
+ name='scipycon_sponsors'),
)
# Password reset