sdi/views.py
branchanoop
changeset 85 c62a1f9ef609
parent 84 7007ec492eac
child 87 911b9d0ea105
child 91 9fab907060a7
equal deleted inserted replaced
84:7007ec492eac 85:c62a1f9ef609
   150 
   150 
   151 def organizers(request):
   151 def organizers(request):
   152 	return render_to_response("organizers.html")
   152 	return render_to_response("organizers.html")
   153 
   153 
   154 def venue(request):
   154 def venue(request):
   155 	return render_to_response("venue.html")
   155 	return render_to_response("about_venue.html")
   156 
   156 
   157 def contact(request):
   157 def contact(request):
   158 	return render_to_response("contact.html")
   158 	return render_to_response("contact.html")
   159 
   159 
   160 def about(request):
   160 def about(request):
   161 	return render_to_response("about.html")
   161 	return render_to_response("about.html")
   162 	
   162 	
   163 def accomodation(request):
   163 def accomodation(request):
   164 	return render_to_response("accomodation.html")
   164 	return render_to_response("accomodation.html")
   165 
   165 
   166 def about_venue(request):
       
   167     return render_to_response("about_venue.html")
       
   168 
       
   169 def about_mumbai(request):
   166 def about_mumbai(request):
   170     return render_to_response("about_mumbai.html")
   167     return render_to_response("about_mumbai.html")
   171 
   168 
   172 def reaching_iitb(request):
   169 def reaching_iitb(request):
   173     return render_to_response("reaching_iitb.html")
   170     return render_to_response("reaching_iitb.html")