diff options
author | Kadambari Devarajan | 2010-11-26 19:28:20 +0530 |
---|---|---|
committer | Kadambari Devarajan | 2010-11-26 19:28:20 +0530 |
commit | 28b067baf91b73a9a03734e81b9898bb02dbe2ec (patch) | |
tree | 5a5a25bba15f0b273b1f294ee56d15810b678ee5 /project/urls.py | |
parent | a1aab14d85c1af70882c292a0b7a73ca7b00ab1b (diff) | |
download | scipycon-28b067baf91b73a9a03734e81b9898bb02dbe2ec.tar.gz scipycon-28b067baf91b73a9a03734e81b9898bb02dbe2ec.tar.bz2 scipycon-28b067baf91b73a9a03734e81b9898bb02dbe2ec.zip |
Add a page for Important dates and all the boiler plate. Edit and improve the main page content.
Diffstat (limited to 'project/urls.py')
-rw-r--r-- | project/urls.py | 4 |
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 |