project/templates/about/venue.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 05 Nov 2009 15:36:14 +0530
changeset 17 b150327aaf38
parent 15 07e4c036a0e7
child 67 48454b116b66
permissions -rw-r--r--
Added sponsors for the event.
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">
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     5
<p>The conference is proposed to be held at the Technopark in Trivandrum, keeping
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     6
in mind accessibility, the number of attendees and the location, among other
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     7
aspects to be considered.</p>
07e4c036a0e7 Added venue information.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     8
</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
     9
{% endblock content %}