summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnoop Jacob Thomas2010-11-12 22:11:25 +0530
committerAnoop Jacob Thomas2010-11-12 22:11:25 +0530
commit60db34e7709eacae2d6136c69e03cc80fe902607 (patch)
treef6ef96179486331d1bded8c6c6c65b82f0770620
parent15c15afea697e377011fa10defb8e217a911c767 (diff)
downloadscipycon-60db34e7709eacae2d6136c69e03cc80fe902607.tar.gz
scipycon-60db34e7709eacae2d6136c69e03cc80fe902607.tar.bz2
scipycon-60db34e7709eacae2d6136c69e03cc80fe902607.zip
fixed a bug in conference schedule page.
-rw-r--r--project/templates/talk/conf_schedule.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/talk/conf_schedule.html b/project/templates/talk/conf_schedule.html
index 9da5ed2..67f02c7 100644
--- a/project/templates/talk/conf_schedule.html
+++ b/project/templates/talk/conf_schedule.html
@@ -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>