fixing speaker list template

This commit is contained in:
Élie Bouttier 2016-07-10 00:31:36 +02:00
parent ed20943788
commit 577db6bc4b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<h1>Speakers:</h1>
<ul>
{% for speaker in participation_list %}
{% for speaker in user_list %}
<li><a href="{% url 'show-speaker' username=speaker.username %}">{{ speaker.profile }}</a></li>
{% empty %}
<li><i>No speakers.</i></li>