From c9ecffcc2d91ffa36c1774973c281d941fac2e1e Mon Sep 17 00:00:00 2001 From: Christian Pointner <equinox@helsinki.at> 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 %} <h2>{{ timeslot.note.title }}</h2> {% endif %} - <strong>Sendung am {{ timeslot.start|date:"d.m.Y H:i" }} bis {{ timeslot.end|date:"H:i" }}</strong> + <strong>Sendetermin {{ timeslot.start|date:"d.m.Y H:i" }} bis {{ timeslot.end|date:"H:i" }}</strong> <div class="show-categories"> {% for si in timeslot.show.showinformation.all %} @@ -36,7 +36,9 @@ </div> <h2 class="lead">Information zur Sendereihe</h2> - <div class="timslot-description"> + <div class="timeslot-description"> + <div class="timeslot-description-title">{{ timeslot.show.name }}</div> + <div id="short-description" class="documentDescription">{{ timeslot.show.short_description }}</div> {% if timeslot.show.description %} -- cgit v0.10.2