fixed a bug in conference schedule page.
--- a/project/templates/talk/conf_schedule.html Fri Nov 12 22:03:26 2010 +0530
+++ b/project/templates/talk/conf_schedule.html Fri Nov 12 22:11:25 2010 +0530
@@ -36,7 +36,7 @@
<tr><th scope="col">Time</th><th scope="col">Agenda</th><th scope="col">Speaker</th><th scope="col">Title</th></tr>
</thead>
<tbody>
-<tr><td>9:00-10:00</td><td>Invited Talk 1</td><td>John Hunter</td><td><a href="#sec-2">matplotlib: Beyond the simple plot</a></td></tr>
+<tr><td>9:00-10:00</td><td>Invited Talk 1</td><td>John Hunter</td><td><a href="#sec-4">matplotlib: Beyond the simple plot</a></td></tr>
<tr><td>10:00-10:30</td><td>Talks</td><td></td><td></td></tr>
<tr><td>10:30-10:45</td><td>Tea Break</td><td></td><td></td></tr>
<tr><td>10:45-13:15</td><td>Talks</td><td></td><td></td></tr>