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, 3 insertions, 1 deletions
diff --git a/project/urls.py b/project/urls.py
index 9d1530e..548897b 100644
--- a/project/urls.py
+++ b/project/urls.py
@@ -140,7 +140,9 @@ urlpatterns += patterns('',
url(r'^%s/certificates/$' % (SCOPE_ARG_PATTERN),
direct_to_template, {"template": "about/certificates.html"},
name='scipycon_certificates'),
-
+ url(r'^%s/about/dates/$' % (SCOPE_ARG_PATTERN),
+ direct_to_template, {"template": "about/important_dates.html"},
+ name='scipycon_imp_dates'),
)
# Password reset