From c9ecffcc2d91ffa36c1774973c281d941fac2e1e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 12 Mar 2021 00:09:45 +0100 Subject: some more template changes for new homepage diff --git a/program/templates/v2/timeslot_detail.html b/program/templates/v2/timeslot_detail.html index cbb3559..ab3b429 100644 --- a/program/templates/v2/timeslot_detail.html +++ b/program/templates/v2/timeslot_detail.html @@ -11,7 +11,7 @@ {% if timeslot.note %}

{{ timeslot.note.title }}

{% endif %} - Sendung am {{ timeslot.start|date:"d.m.Y H:i" }} bis {{ timeslot.end|date:"H:i" }} + Sendetermin {{ timeslot.start|date:"d.m.Y H:i" }} bis {{ timeslot.end|date:"H:i" }}
{% for si in timeslot.show.showinformation.all %} @@ -36,7 +36,9 @@

Information zur Sendereihe

-
+
+
{{ timeslot.show.name }}
+
{{ timeslot.show.short_description }}
{% if timeslot.show.description %} -- cgit v0.10.2