From d3f8b119175b6316bc764de64a84e7857864ffcc Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 16 Jun 2021 17:03:48 +0200 Subject: reorder show detail view diff --git a/program/templates/v2/show_detail.html b/program/templates/v2/show_detail.html index 73ec5b1..f9d8e38 100644 --- a/program/templates/v2/show_detail.html +++ b/program/templates/v2/show_detail.html @@ -8,6 +8,8 @@

{{ show.name }}

+
{{ show.short_description }}
+
{% if show.id != 1 %} @@ -37,22 +39,20 @@
{{ show.broadcastformat.format }}
-
{{ show.short_description }}
+{% if show.image %} +
+{% endif %} {% if show.description %}
{{ show.description|safe }}
{% endif %} -{% if show.image %} -
-{% endif %} -

{% for host in show.hosts.all %} {{ host }}
{% endfor %} {% if show.email %} - Email: {{ show.email }}
+ E-Mail: {{ show.email }}
{% endif %} {% if show.website %} Website: {{ show.website }}
-- cgit v0.10.2