diff options
author | Madhusudan.C.S | 2010-10-17 00:09:41 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-10-17 00:09:41 +0530 |
commit | cb9837eb47234a1787364d6c38c46eea9456d2e1 (patch) | |
tree | d3bbfd25b5ea81f96f85d560530af20d22b164d6 /project/urls.py | |
parent | f44a0e1132abfc621cdeeedbd0f456c6a7220aab (diff) | |
download | scipycon-cb9837eb47234a1787364d6c38c46eea9456d2e1.tar.gz scipycon-cb9837eb47234a1787364d6c38c46eea9456d2e1.tar.bz2 scipycon-cb9837eb47234a1787364d6c38c46eea9456d2e1.zip |
Added an about page for Hyderabad city and corresponding links.
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 853a5f8..2373b72 100644 --- a/project/urls.py +++ b/project/urls.py @@ -95,6 +95,9 @@ urlpatterns += patterns('', url(r'^%s/about/reaching/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "about/reaching.html"}, name='scipycon_reaching'), + url(r'^%s/about/city/$' % (SCOPE_ARG_PATTERN), + direct_to_template, {"template": "about/city.html"}, + name='scipycon_city'), url(r'^%s/talks-cfp/$' % (SCOPE_ARG_PATTERN), direct_to_template, {"template": "talk/talks-cfp.html"}, name='scipycon_talks_cfp'), |