--- a/sdi/views.py Sat Jun 05 19:09:06 2010 +0530
+++ b/sdi/views.py Sat Jun 05 19:18:40 2010 +0530
@@ -90,3 +90,6 @@
def about(request):
return render_to_response("about.html")
+
+def accomodation(request):
+ return render_to_response("accomodation.html")