project/templates/about/venue.html
author Anoop Jacob Thomas<anoop@fossee.in>
Thu, 11 Nov 2010 18:43:19 +0530
changeset 210 b61bcea508ee
parent 166 b2fc9a58b4ee
child 304 52982854f0fe
permissions -rw-r--r--
Updated venue page, removed unwanted content.

{% 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 coming soon.</strong></p>
</div>
{% endblock content %}