project/templates/about/venue.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 19:26:21 +0530
changeset 125 2456984cecfc
parent 105 9ce5f3e887ce
child 165 e5c0674761e7
permissions -rw-r--r--
Add scope as a parameter to all view functions for proceedings app.

{% 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 %}