From f5bed1227c1dedc08bd31cdcb1241c0d287a483f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Mon, 17 Oct 2016 14:33:33 +0200 Subject: [PATCH] talks list: link to speakers page fix #42 --- proposals/templates/proposals/talk_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/templates/proposals/talk_list.html b/proposals/templates/proposals/talk_list.html index e8b45d8..a9fdc7b 100644 --- a/proposals/templates/proposals/talk_list.html +++ b/proposals/templates/proposals/talk_list.html @@ -62,7 +62,7 @@ {{ talk.event }} {% for speaker in talk.speakers.all %} - {{ speaker.profile }} + {{ speaker.profile }} {% if forloop.revcounter == 2 %} {% trans "and" %} {% elif not forloop.last %}, {% endif %} {% empty %}– {% endfor %}