Add talk types

This commit is contained in:
Oliver Davies 2017-03-14 08:18:57 +00:00
parent 8dc17841ce
commit 2d129bb064
20 changed files with 26 additions and 1 deletions

View file

@ -21,6 +21,12 @@
<a href="{{ event.talk.url }}">
{{ event.talk.title }}
</a>
{% if event.talk.type %}
<small class="talk-type">
{{ event.talk.type }}
</small>
{% endif %}
</td>
{% endif %}