sdi/views.py
branchanoop
changeset 87 911b9d0ea105
parent 86 1f0be76a18fc
parent 85 c62a1f9ef609
child 88 33200c7d163a
--- a/sdi/views.py	Wed Jul 14 20:15:39 2010 +0530
+++ b/sdi/views.py	Wed Jul 14 20:16:43 2010 +0530
@@ -164,7 +164,7 @@
 	return render_to_response("organizers.html")
 
 def venue(request):
-	return render_to_response("venue.html")
+	return render_to_response("about_venue.html")
 
 def contact(request):
 	return render_to_response("contact.html")
@@ -175,9 +175,6 @@
 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")