# HG changeset patch # User nishanth # Date 1279118803 -19800 # Node ID 911b9d0ea1057d543d7b6f46f7c7afcb659be01e # Parent 1f0be76a18fc319d683da299fe61e6bc46f19173# Parent c62a1f9ef60940777aeea055b59a7de405e65d84 merged diff -r 1f0be76a18fc -r 911b9d0ea105 sdi/views.py --- a/sdi/views.py Wed Jul 14 20:15:39 2010 +0530 +++ b/sdi/views.py Wed Jul 14 20:16:43 2010 +0530 @@ -164,7 +164,7 @@ return render_to_response("organizers.html") def venue(request): - return render_to_response("venue.html") + return render_to_response("about_venue.html") def contact(request): return render_to_response("contact.html") @@ -175,9 +175,6 @@ def accomodation(request): return render_to_response("accomodation.html") -def about_venue(request): - return render_to_response("about_venue.html") - def about_mumbai(request): return render_to_response("about_mumbai.html") diff -r 1f0be76a18fc -r 911b9d0ea105 templates/about_mumbai.html --- a/templates/about_mumbai.html Wed Jul 14 20:15:39 2010 +0530 +++ b/templates/about_mumbai.html Wed Jul 14 20:16:43 2010 +0530 @@ -5,7 +5,7 @@ {% block content %}

About Venue

-

The Venue : IIT Bombay | The City : Mumbai | How to reach IIT Bombay?

+

Venue : IIT Bombay | City : Mumbai | How to reach IIT Bombay?

The City : Mumbai

Mumbai previously called Bombay , etymologically derived from Mumba or Maha-Amba—the name of the Koli goddess Mumbadevi after which the city was derived . The previous name Bombay comes from Portuguese Bom meaning good and English bay .The transformation of the city from a fishermen's colony to a trading centre came when it came under the British Empire as a dowry gift from the Portuguese Catherine of Braganza to Charles the second.

diff -r 1f0be76a18fc -r 911b9d0ea105 templates/about_venue.html --- a/templates/about_venue.html Wed Jul 14 20:15:39 2010 +0530 +++ b/templates/about_venue.html Wed Jul 14 20:16:43 2010 +0530 @@ -1,11 +1,13 @@ {% extends 'base.html' %} {% block title %} -About Venue +Venue {% endblock %} {% block content %} -

About Venue

+

Venue

-

The Venue : IIT Bombay | The City : Mumbai | How to reach IIT Bombay?

+

Venue : IIT Bombay | City : Mumbai | How to reach IIT Bombay?

+ +

IIT Bombay, Mumbai, India.

The Venue : IIT Bombay

diff -r 1f0be76a18fc -r 911b9d0ea105 templates/base.html --- a/templates/base.html Wed Jul 14 20:15:39 2010 +0530 +++ b/templates/base.html Wed Jul 14 20:16:43 2010 +0530 @@ -878,8 +878,6 @@
  • Organizers
  • -
  • Venue
  • Sage Days Wiki
  • @@ -895,7 +893,7 @@