diff options
-rw-r--r-- | project/templates/about/venue.html | 6 | ||||
-rw-r--r-- | project/templates/talk/schedule.html | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/project/templates/about/venue.html b/project/templates/about/venue.html index 51a4fc5..2479de9 100644 --- a/project/templates/about/venue.html +++ b/project/templates/about/venue.html @@ -2,8 +2,8 @@ {% block content %} <h1>Venue</h1> <div class="entry"> -<p>The conference is proposed to be held at the Technopark in Trivandrum, keeping -in mind accessibility, the number of attendees and the location, among other -aspects to be considered.</p> +<p>The conference is being held at the Park Center, Technopark in Trivandrum, +keeping in mind accessibility, the number of attendees and the location, +among other aspects to be considered.</p> </div> {% endblock content %}
\ No newline at end of file diff --git a/project/templates/talk/schedule.html b/project/templates/talk/schedule.html index 0bcf306..43da184 100644 --- a/project/templates/talk/schedule.html +++ b/project/templates/talk/schedule.html @@ -28,6 +28,8 @@ Beginner Programmer: <img src="/img/beginner.png" alt="Beginner" /> Intermediate Programmer: <img src="/img/intermediate.png" alt="Intermediate" /> Advanced Programmer: <img src="/img/beginner.png" alt="Advanced" /> <br /><br /> +<h2>Wireless WEP hex key-phrase for access point "space": 8a61fcbcf9</h2> +<br /> <table class="list-all-talks"> <h2>Day 1, Saturday, December 12th, 2009</h2> <tr> |