summaryrefslogtreecommitdiff
path: root/project/urls.py
diff options
context:
space:
mode:
authorAnoop Jacob Thomas2010-10-21 17:27:53 +0530
committerAnoop Jacob Thomas2010-10-21 17:27:53 +0530
commite79828295f686606145d0c5916759d8f0f447cb4 (patch)
treee99c6d2d91303e25f4c564e98d0be99980185ba9 /project/urls.py
parent394763a0952ffb45629fdeeac66f3cad510bb67a (diff)
downloadscipycon-e79828295f686606145d0c5916759d8f0f447cb4.tar.gz
scipycon-e79828295f686606145d0c5916759d8f0f447cb4.tar.bz2
scipycon-e79828295f686606145d0c5916759d8f0f447cb4.zip
Added publicity page.
Diffstat (limited to 'project/urls.py')
-rw-r--r--project/urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/project/urls.py b/project/urls.py
index 2373b72..d98b84c 100644
--- a/project/urls.py
+++ b/project/urls.py
@@ -113,6 +113,9 @@ urlpatterns += patterns('',
url(r'^%s/talks-cfp/speakers/$' % (SCOPE_ARG_PATTERN),
direct_to_template, {"template": "talk/speakers.html"},
name='scipycon_speakers'),
+ url(r'^%s/publicity/$' % (SCOPE_ARG_PATTERN),
+ direct_to_template, {"template": "about/publicity.html"},
+ name='scipycon_publicity'),
)
# Password reset