diff options
author | Anoop Jacob Thomas | 2010-11-12 19:53:12 +0530 |
---|---|---|
committer | Anoop Jacob Thomas | 2010-11-12 19:53:12 +0530 |
commit | 38c024c1efbb44d56177740e8549974f848c3f64 (patch) | |
tree | e71e541e95fdeb106d21828dc5708c216256f5f9 /project/urls.py | |
parent | c1b8e119620c230a7433a3b27560fde294c492de (diff) | |
download | scipycon-38c024c1efbb44d56177740e8549974f848c3f64.tar.gz scipycon-38c024c1efbb44d56177740e8549974f848c3f64.tar.bz2 scipycon-38c024c1efbb44d56177740e8549974f848c3f64.zip |
Added certificates page.
Diffstat (limited to 'project/urls.py')
-rw-r--r-- | project/urls.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project/urls.py b/project/urls.py index 5b8f844..0ef4eef 100644 --- a/project/urls.py +++ b/project/urls.py @@ -133,6 +133,10 @@ urlpatterns += patterns('', 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 |