sdi/views.py
branchanoop
changeset 91 9fab907060a7
parent 85 c62a1f9ef609
child 92 9f305face605
--- a/sdi/views.py	Wed Jul 14 19:43:07 2010 +0530
+++ b/sdi/views.py	Wed Jul 14 21:04:12 2010 +0530
@@ -143,28 +143,31 @@
     return render_to_response("logout.html")
 
 def homepage(request):
-        return render_to_response("index.html")
+    return render_to_response("index.html")
 
 def schedule(request):
-	return render_to_response("schedule.html")
+    return render_to_response("schedule.html")
 
 def organizers(request):
-	return render_to_response("organizers.html")
+    return render_to_response("organizers.html")
 
 def venue(request):
-	return render_to_response("about_venue.html")
+    return render_to_response("about_venue.html")
 
 def contact(request):
-	return render_to_response("contact.html")
+    return render_to_response("contact.html")
 
 def about(request):
-	return render_to_response("about.html")
+    return render_to_response("about.html")
 	
 def accomodation(request):
-	return render_to_response("accomodation.html")
+    return render_to_response("accomodation.html")
 
 def about_mumbai(request):
     return render_to_response("about_mumbai.html")
 
 def reaching_iitb(request):
     return render_to_response("reaching_iitb.html")
+
+def talks_proposed(request):
+    return render_to_response("talks_proposed.html")