From f8628574bfadf42ba64083fdc445d7433611316e Mon Sep 17 00:00:00 2001 From: Johannes Raggam <raggam-nl@adm.at> Date: Thu, 7 Jul 2011 18:40:18 +0200 Subject: upd diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 99c9d3e..f620eb2 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -59,9 +59,9 @@ {% if show.notes.all %} <br /> <h2>Sendungstipps</h2> - <ul> + <ul class="recommendations-list"> {% 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> + <li><a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a>: {{ note.title }}</li> {% endfor %} </ul> {% endif %} -- cgit v0.10.2