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