project/urls.py
changeset 33 7dc40ba1b35c
parent 24 bb1f31e9c3ab
child 40 c8414e2b34ce
--- a/project/urls.py	Thu Nov 12 12:49:55 2009 +0530
+++ b/project/urls.py	Thu Nov 12 13:10:27 2009 +0530
@@ -70,10 +70,13 @@
         name='reaching'),
     url(r'^talks-cfp/$', 
         direct_to_template, {"template": "talk/talks-cfp.html"},
-        name='reaching'),
+        name='talks-cfp'),
     url(r'^talks-cfp/schedule/$', 
         direct_to_template, {"template": "talk/schedule.html"},
-        name='reaching'),
+        name='schedule'),
+    url(r'^talks-cfp/speakers/$', 
+        direct_to_template, {"template": "talk/speakers.html"},
+        name='speakers'),
     (r'^accounts/', include('registration.urls')),
     )