From 9b0adce7dce03309e0a039b346d462aaf73b0bef Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 16 Jun 2021 22:17:29 +0200 Subject: Show detail: comma seperated host list diff --git a/program/templates/v2/show_detail.html b/program/templates/v2/show_detail.html index f9d8e38..7fbcf9f 100644 --- a/program/templates/v2/show_detail.html +++ b/program/templates/v2/show_detail.html @@ -48,9 +48,13 @@ {% endif %}

-{% for host in show.hosts.all %} - {{ host }}
-{% endfor %} +{% if show.hosts.all %} + Redaktion: +{% for host in show.hosts.all %} + {{ host }}{% if not forloop.last %}, {% endif %} +{% endfor %} +
+{% endif %} {% if show.email %} E-Mail: {{ show.email }}
{% endif %} -- cgit v0.10.2