sdi/views.py
branchanoop
changeset 48 a3e6f9470549
parent 31 ec540dfbfe78
child 53 b226923fbf64
--- 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")