project/templates/about/venue.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 13 Dec 2009 16:36:32 +0530 (2009-12-13)
changeset 72 c3f1a4cfb91f
parent 67 48454b116b66
child 105 9ce5f3e887ce
permissions -rw-r--r--
Changed Travis from VP to P.
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 %}