project/templates/about/venue.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 12 Dec 2009 09:59:42 +0530
changeset 67 48454b116b66
parent 17 b150327aaf38
child 105 9ce5f3e887ce
permissions -rw-r--r--
Venue and schedule update on the day 1 of conference.
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">
67
48454b116b66 Venue and schedule update on the day 1 of conference.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 17
diff changeset
     5
<p>The conference is being held at the Park Center, Technopark in Trivandrum,
48454b116b66 Venue and schedule update on the day 1 of conference.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 17
diff changeset
     6
keeping in mind accessibility, the number of attendees and the location,
48454b116b66 Venue and schedule update on the day 1 of conference.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 17
diff changeset
     7
among other aspects to be considered.</p>
15
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 %}