sdi/views.py
branchanoop
changeset 85 c62a1f9ef609
parent 84 7007ec492eac
child 87 911b9d0ea105
child 91 9fab907060a7
--- a/sdi/views.py	Wed Jul 14 18:27:17 2010 +0530
+++ b/sdi/views.py	Wed Jul 14 19:43:07 2010 +0530
@@ -152,7 +152,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")
@@ -163,9 +163,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")