diff --git a/proposals/templates/proposals/talk_list.html b/proposals/templates/proposals/talk_list.html index a311eb4..9f6d3b0 100644 --- a/proposals/templates/proposals/talk_list.html +++ b/proposals/templates/proposals/talk_list.html @@ -60,9 +60,7 @@ {% for topic in talk.topics.all %} - {{ topic }} - {% if forloop.revcounter == 2 %} {% trans "and" %} {% elif not forloop.last %}, {% endif %} - {% empty %}– + {{ topic }} {% endfor %} {{ talk.track|default:"–" }}