project/templates/about/venue.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 21 Jul 2010 02:04:48 +0530
changeset 135 782f958b2cb2
parent 105 9ce5f3e887ce
child 165 e5c0674761e7
permissions -rw-r--r--
Changed the URL to scope based system.

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