project/templates/about/venue.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 17 Oct 2010 01:55:09 +0530
changeset 166 b2fc9a58b4ee
parent 165 e5c0674761e7
child 210 b61bcea508ee
permissions -rw-r--r--
Adding scope parameter to the host city URL.

{% 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>You can know more the host city - Hyderabad with some interesting pictures
here <a href="{% url scipycon_city params.scope %}">Host City - Hyderabad</a></p>.

<p>
<strong>More about IIIT-Hyderabad coming soon.</strong></p>
</div>
{% endblock content %}