sdi/views.py
branchanoop
changeset 91 9fab907060a7
parent 85 c62a1f9ef609
child 92 9f305face605
equal deleted inserted replaced
85:c62a1f9ef609 91:9fab907060a7
   141 
   141 
   142     logout(request)
   142     logout(request)
   143     return render_to_response("logout.html")
   143     return render_to_response("logout.html")
   144 
   144 
   145 def homepage(request):
   145 def homepage(request):
   146         return render_to_response("index.html")
   146     return render_to_response("index.html")
   147 
   147 
   148 def schedule(request):
   148 def schedule(request):
   149 	return render_to_response("schedule.html")
   149     return render_to_response("schedule.html")
   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("about_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_mumbai(request):
   166 def about_mumbai(request):
   167     return render_to_response("about_mumbai.html")
   167     return render_to_response("about_mumbai.html")
   168 
   168 
   169 def reaching_iitb(request):
   169 def reaching_iitb(request):
   170     return render_to_response("reaching_iitb.html")
   170     return render_to_response("reaching_iitb.html")
       
   171 
       
   172 def talks_proposed(request):
       
   173     return render_to_response("talks_proposed.html")