From 1e2805f1b636c45902a38d0224e11f8a4a4b0c94 Mon Sep 17 00:00:00 2001 From: Johannes Raggam <raggam-nl@adm.at> Date: Thu, 7 Jul 2011 18:39:09 +0200 Subject: upd diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 109c169..99c9d3e 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -57,12 +57,13 @@ </p> {% if show.notes.all %} + <br /> <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> | - {% endfor %} - </p> + <ul> + {% for note in show.notes.all %} + <li><a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a>: <div>{{ note.title }}</div></li> + {% endfor %} + </ul> {% endif %} </div> -- cgit v0.10.2