--- 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")