project/urls.py
changeset 217 29e341584aba
parent 213 079c29b18517
child 238 0149f28a4f74
--- a/project/urls.py	Fri Nov 12 19:11:06 2010 +0530
+++ b/project/urls.py	Fri Nov 12 19:53:12 2010 +0530
@@ -133,6 +133,10 @@
     url(r'^%s/sprints/$' % (SCOPE_ARG_PATTERN),
         direct_to_template, {"template": "about/sprints.html"},
         name='scipycon_sprints'),
+    url(r'^%s/certificates/$' % (SCOPE_ARG_PATTERN),
+        direct_to_template, {"template": "about/certificates.html"},
+        name='scipycon_certificates'),
+
     )
 
 # Password reset