Add missing speaker name

TODO: Extract and use a Speaker class with a getName() method.
This commit is contained in:
Oliver Davies 2019-05-21 09:39:14 +01:00
parent 7f4ba2e442
commit 687d709c32

View file

@ -4,7 +4,7 @@
{% for speaker in speakers %}
<li>
<a href="{{ speaker.url }}">
{{ speaker.name }}
{{ speaker.title }}
</a>
</li>
{% endfor %}