From 2aaaf95a32f2e2d2ca1127d39b068f6d6a862aa6 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Sun, 17 Jul 2011 17:03:49 +0200 Subject: timeslot opts diff --git a/templates/program/boxes/recommendations.html b/templates/program/boxes/recommendations.html index 2b443c1..2b92a70 100644 --- a/templates/program/boxes/recommendations.html +++ b/templates/program/boxes/recommendations.html @@ -19,7 +19,9 @@ {{ item.timeslot.start|date:"d.m. H:i" }} - {{ item.timeslot.end|date:"H:i" }}
-

{{ item.show.name }}

+

+ {{ item.show.name }} +

{{ item.title }}
[weiter] diff --git a/templates/program/timeslot_detail.html b/templates/program/timeslot_detail.html index ead061b..172255c 100644 --- a/templates/program/timeslot_detail.html +++ b/templates/program/timeslot_detail.html @@ -7,7 +7,13 @@

-

{{ timeslot.show.name }}

+

+ {{ timeslot.show.name }} +

+ {% if timeslot.note %} +

{{ timeslot.note.title }}

+ {% endif %} + Sendung am {{ timeslot.start|date:"d.m. H:i" }} bis {{ timeslot.end|date:"H:i" }}
{% for item in timeslot.show.showinformation.all %} @@ -25,7 +31,6 @@
{% if timeslot.note %} -

{{ timeslot.note.title }}

{{ timeslot.note.content|safe }}

{% endif %} -- cgit v0.10.2