diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 16:31:11 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-07-07 16:31:11 (GMT) |
commit | 006baf33713c4a882f31b2c5ffab997f73c425a8 (patch) | |
tree | 87a3d85f756eb3918a1c4b9cca350968058de18a /templates/program/show_detail.html | |
parent | 62508d361de209e9a1a642d628e39c7488a1052d (diff) |
upd
Diffstat (limited to 'templates/program/show_detail.html')
-rw-r--r-- | templates/program/show_detail.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index ae1690a..10a2702 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -56,11 +56,15 @@ {% endif %} </p> + {% if show.notes.all %} + <h2>Sendungstipps</h2> <p> {% for note in show.notes.all %} - <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a> + <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a> ({{ note.title }})<br /> {% endfor %} </p> + {% endif %} + </div> </body> |