# HG changeset patch # User anoop # Date 1279116787 -19800 # Node ID c62a1f9ef60940777aeea055b59a7de405e65d84 # Parent 7007ec492eac1a74b52ce4138e1a160d0af01d4e made some changes to the content about venue. diff -r 7007ec492eac -r c62a1f9ef609 sdi/views.py --- a/sdi/views.py Wed Jul 14 18:27:17 2010 +0530 +++ b/sdi/views.py Wed Jul 14 19:43:07 2010 +0530 @@ -152,7 +152,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") @@ -163,9 +163,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 7007ec492eac -r c62a1f9ef609 templates/about_mumbai.html --- a/templates/about_mumbai.html Wed Jul 14 18:27:17 2010 +0530 +++ b/templates/about_mumbai.html Wed Jul 14 19:43:07 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 7007ec492eac -r c62a1f9ef609 templates/about_venue.html --- a/templates/about_venue.html Wed Jul 14 18:27:17 2010 +0530 +++ b/templates/about_venue.html Wed Jul 14 19:43:07 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 7007ec492eac -r c62a1f9ef609 templates/base.html --- a/templates/base.html Wed Jul 14 18:27:17 2010 +0530 +++ b/templates/base.html Wed Jul 14 19:43:07 2010 +0530 @@ -878,8 +878,6 @@
  • Organizers
  • -
  • Venue
  • Sage Days Wiki
  • @@ -895,7 +893,7 @@