diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-11 23:09:52 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-11 23:09:52 (GMT) |
commit | b2415eb92622563f567106e2c4951ed498273e53 (patch) | |
tree | e608bcffd374bed971842f5899d0059245087fad /program/templates/v2/timeslot_detail.html | |
parent | efd60ff12aabea1a14eb7c23e6d28020c34da17d (diff) | |
parent | c9ecffcc2d91ffa36c1774973c281d941fac2e1e (diff) |
Merge branch 'new-homepage' into stable
Diffstat (limited to 'program/templates/v2/timeslot_detail.html')
-rw-r--r-- | program/templates/v2/timeslot_detail.html | 6 |
1 files changed, 4 insertions, 2 deletions
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 %} |