diff options
Diffstat (limited to 'program/templates/v2')
-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 %} |