talks list: link to speakers page

fix #42
This commit is contained in:
Élie Bouttier 2016-10-17 14:33:33 +02:00
parent 6c42449330
commit f5bed1227c
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<td>{{ talk.event }}</td>
<td>
{% for speaker in talk.speakers.all %}
{{ speaker.profile }}
<a href="{% url 'show-speaker' speaker.username %}">{{ speaker.profile }}</a>
{% if forloop.revcounter == 2 %} {% trans "and" %} {% elif not forloop.last %}, {% endif %}
{% empty %}
{% endfor %}