project/templates/about/venue.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 22 Jul 2010 19:54:31 +0530
changeset 150 9e0d3287d753
parent 105 9ce5f3e887ce
child 165 e5c0674761e7
permissions -rw-r--r--
Changed the template loader names to be compliant with upcoming Django changes in 1.2.

{% extends "base.html" %}
{% block content %}
<h1>Venue</h1>
<div class="entry">
<p>The conference is being held at the International Institute of Information
Technology in Hyderabad, keeping in mind accessibility, the number of attendees
and the location, among other aspects to be considered.</p>

<p>
<strong>More about IIIT-Hyderabad, the city of Hyderabad and some
interesting pictures work coming soon.</strong></p>
</div>
{% endblock content %}