Add missing speaker name
TODO: Extract and use a Speaker class with a getName() method.
This commit is contained in:
parent
7f4ba2e442
commit
687d709c32
|
@ -4,7 +4,7 @@
|
|||
{% for speaker in speakers %}
|
||||
<li>
|
||||
<a href="{{ speaker.url }}">
|
||||
{{ speaker.name }}
|
||||
{{ speaker.title }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue