equal
deleted
inserted
replaced
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 |
|
166 def about_venue(request): |
|
167 return render_to_response("about_venue.html") |
|
168 |
|
169 def about_mumbai(request): |
|
170 return render_to_response("about_mumbai.html") |
|
171 |
|
172 def reaching_iitb(request): |
|
173 return render_to_response("reaching_iitb.html") |