equal
deleted
inserted
replaced
162 |
162 |
163 def organizers(request): |
163 def organizers(request): |
164 return render_to_response("organizers.html") |
164 return render_to_response("organizers.html") |
165 |
165 |
166 def venue(request): |
166 def venue(request): |
167 return render_to_response("venue.html") |
167 return render_to_response("about_venue.html") |
168 |
168 |
169 def contact(request): |
169 def contact(request): |
170 return render_to_response("contact.html") |
170 return render_to_response("contact.html") |
171 |
171 |
172 def about(request): |
172 def about(request): |
173 return render_to_response("about.html") |
173 return render_to_response("about.html") |
174 |
174 |
175 def accomodation(request): |
175 def accomodation(request): |
176 return render_to_response("accomodation.html") |
176 return render_to_response("accomodation.html") |
177 |
177 |
178 def about_venue(request): |
|
179 return render_to_response("about_venue.html") |
|
180 |
|
181 def about_mumbai(request): |
178 def about_mumbai(request): |
182 return render_to_response("about_mumbai.html") |
179 return render_to_response("about_mumbai.html") |
183 |
180 |
184 def reaching_iitb(request): |
181 def reaching_iitb(request): |
185 return render_to_response("reaching_iitb.html") |
182 return render_to_response("reaching_iitb.html") |