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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "base.html" %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
{% block content %}
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     3
<h1>Venue</h1>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     4
<div class="entry">
105
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
     5
<p>The conference is being held at the International Institute of Information
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
     6
Technology in Hyderabad, keeping in mind accessibility, the number of attendees
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
     7
and the location, among other aspects to be considered.</p>
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
     8
165
e5c0674761e7 Added an about page for Hyderabad city and corresponding links.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
     9
<p>You can know more the host city - Hyderabad with some interesting pictures
166
b2fc9a58b4ee Adding scope parameter to the host city URL.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 165
diff changeset
    10
here <a href="{% url scipycon_city params.scope %}">Host City - Hyderabad</a></p>.
165
e5c0674761e7 Added an about page for Hyderabad city and corresponding links.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    11
105
9ce5f3e887ce Changed the content to match SciPy.in 2010 initial plans. Commented out most part.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 67
diff changeset
    12
<p>
165
e5c0674761e7 Added an about page for Hyderabad city and corresponding links.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 105
diff changeset
    13
<strong>More about IIIT-Hyderabad coming soon.</strong></p>
15
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    14
</div>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    15
{% endblock content %}