Use a table for talks listing

This commit is contained in:
Oliver Davies 2016-10-27 07:08:45 +01:00
parent 613c5f11a6
commit e32d9b2925
3 changed files with 51 additions and 53 deletions

View file

@ -1,8 +0,0 @@
<li>
{{ talk.event.name }} -
{% if talk.fuzzy_date %}
{{ talk.title }}
{% else %}
<a href="{{ talk.url }}">{{ talk.title }}</a>
{% endif %}
</li>