sdi/views.py
branchanoop
changeset 84 7007ec492eac
parent 80 c200156c80a9
child 85 c62a1f9ef609
child 86 1f0be76a18fc
--- a/sdi/views.py	Wed Jul 14 15:28:43 2010 +0530
+++ b/sdi/views.py	Wed Jul 14 18:27:17 2010 +0530
@@ -162,3 +162,12 @@
 	
 def accomodation(request):
 	return render_to_response("accomodation.html")
+
+def about_venue(request):
+    return render_to_response("about_venue.html")
+
+def about_mumbai(request):
+    return render_to_response("about_mumbai.html")
+
+def reaching_iitb(request):
+    return render_to_response("reaching_iitb.html")