summaryrefslogtreecommitdiff
path: root/templates/program
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-07-07 16:40:18 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-07-07 16:40:18 (GMT)
commitf8628574bfadf42ba64083fdc445d7433611316e (patch)
tree076ba3aff77d0a5ad5b1074b2c4e3ee2339d0f0f /templates/program
parent1e2805f1b636c45902a38d0224e11f8a4a4b0c94 (diff)
upd
Diffstat (limited to 'templates/program')
-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 %}