summaryrefslogtreecommitdiff
path: root/templates/program/show_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/program/show_detail.html')
-rw-r--r--templates/program/show_detail.html4
1 files changed, 2 insertions, 2 deletions
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 %}