summaryrefslogtreecommitdiff
path: root/project/urls.py
diff options
context:
space:
mode:
authorMadhusudan.C.S2009-12-13 18:28:35 +0530
committerMadhusudan.C.S2009-12-13 18:28:35 +0530
commit6a9a85c55f4b913759cdeb0bfb7ac4e821b14192 (patch)
tree9bb7ada98a9f962eef34e4097d6762a90d4c2840 /project/urls.py
parent1adce15e44c9ddff4c850fdea9b5b6c2cf3f91e3 (diff)
downloadscipycon-6a9a85c55f4b913759cdeb0bfb7ac4e821b14192.tar.gz
scipycon-6a9a85c55f4b913759cdeb0bfb7ac4e821b14192.tar.bz2
scipycon-6a9a85c55f4b913759cdeb0bfb7ac4e821b14192.zip
Added split schedule for tutorial and sprint.
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 370ed78..b1e90fc 100644
--- a/project/urls.py
+++ b/project/urls.py
@@ -74,6 +74,9 @@ urlpatterns += patterns('',
url(r'^talks-cfp/schedule/$',
direct_to_template, {"template": "talk/schedule.html"},
name='schedule'),
+ url(r'^talks-cfp/sprint/$',
+ direct_to_template, {"template": "talk/sprint-schedule.html"},
+ name='schedule'),
url(r'^talks-cfp/speakers/$',
direct_to_template, {"template": "talk/speakers.html"},
name='speakers'),