From 006baf33713c4a882f31b2c5ffab997f73c425a8 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Thu, 7 Jul 2011 18:31:11 +0200 Subject: upd 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 %}

+ {% if show.notes.all %} +

Sendungstipps

{% for note in show.notes.all %} - {{ note.start|date:"d. M Y" }} + {{ note.start|date:"d. M Y" }} ({{ note.title }})
{% endfor %}

+ {% endif %} + -- cgit v0.10.2