summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2009-12-09 23:00:59 +0530
committerMadhusudan.C.S2009-12-09 23:00:59 +0530
commit8c5b26eef6c56b2a423d584fa6b37d59e5286233 (patch)
tree50e36e3333e6c956432cdf59b35e258d3c20a896
parentac5fe557e3e8784eed425301d0e6fa82a1bd8ebe (diff)
downloadscipycon-8c5b26eef6c56b2a423d584fa6b37d59e5286233.tar.gz
scipycon-8c5b26eef6c56b2a423d584fa6b37d59e5286233.tar.bz2
scipycon-8c5b26eef6c56b2a423d584fa6b37d59e5286233.zip
Removed abstract column from talks list page.
-rw-r--r--project/templates/talk/list-all-talks.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/project/templates/talk/list-all-talks.html b/project/templates/talk/list-all-talks.html
index 33763ca..a9cefc8 100644
--- a/project/templates/talk/list-all-talks.html
+++ b/project/templates/talk/list-all-talks.html
@@ -14,7 +14,6 @@
<th>Topic</th>
<th>Duration</th>
<th>Audience type</th>
- <th>Abstract</th>
</tr>
{% for talk in talk_list %}
<tr>
@@ -23,7 +22,6 @@
<td>{{ talk.topic }}</td>
<td>{{ talk.duration }}</td>
<td>{{ talk.audience }}</td>
- <td>{{ talk.abstract }}</td>
</tr>
{% endfor %}
</table>