diff -r b64e4240e94c -r 29e341584aba project/urls.py --- 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