Add talk types
This commit is contained in:
parent
8dc17841ce
commit
2d129bb064
20 changed files with 26 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue