From cb9837eb47234a1787364d6c38c46eea9456d2e1 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Sun, 17 Oct 2010 00:09:41 +0530 Subject: Added an about page for Hyderabad city and corresponding links. --- project/urls.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'project/urls.py') 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'), -- cgit