diff options
author | Kadambari Devarajan | 2010-11-26 19:29:54 +0530 |
---|---|---|
committer | Kadambari Devarajan | 2010-11-26 19:29:54 +0530 |
commit | 501661813cdb03c71a33bac825bc722e23a1ab0d (patch) | |
tree | a8824da194677b9ba823a3a3a7f6bbb9df1b4077 /project/urls.py | |
parent | 28b067baf91b73a9a03734e81b9898bb02dbe2ec (diff) | |
download | scipycon-501661813cdb03c71a33bac825bc722e23a1ab0d.tar.gz scipycon-501661813cdb03c71a33bac825bc722e23a1ab0d.tar.bz2 scipycon-501661813cdb03c71a33bac825bc722e23a1ab0d.zip |
Add a new page for Sponsors and all the boiler plate. Add responsibilities for each sponsor. Remove all the sponsor information from right hand menu.
Diffstat (limited to 'project/urls.py')
-rw-r--r-- | project/urls.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/project/urls.py b/project/urls.py index 548897b..6c5ac69 100644 --- a/project/urls.py +++ b/project/urls.py @@ -143,6 +143,9 @@ urlpatterns += patterns('', url(r'^%s/about/dates/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/important_dates.html"}, name='scipycon_imp_dates'), + url(r'^%s/about/sponsors/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/sponsors.html"}, + name='scipycon_sponsors'), ) # Password reset |