summaryrefslogtreecommitdiff
path: root/pv
diff options
context:
space:
mode:
authorErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2014-02-28 16:53:28 (GMT)
committerErnesto Rico-Schmidt <e.rico.schmidt@gmail.com>2014-02-28 16:53:28 (GMT)
commitf44cf6587f67095f777c4847e5cc12c5fbef957e (patch)
treeee749d125b784a0aad3647273ced6c6dfdb72ae6 /pv
parentff12c7bebb0eca7495951b25d29949662bf32f9f (diff)
parent14fc181b93edac9db5435f3110feb4a8267e38d4 (diff)
Merge branch 'master' of https://github.com/nnrcschmdt/helsinki
Diffstat (limited to 'pv')
-rw-r--r--pv/templates/program/show_detail.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/pv/templates/program/show_detail.html b/pv/templates/program/show_detail.html
index c75b322..0f4b302 100644
--- a/pv/templates/program/show_detail.html
+++ b/pv/templates/program/show_detail.html
@@ -67,7 +67,10 @@
<h2>Sendungstipps</h2>
<ul class="recommendations-list">
{% for note in show.notes.all reversed %}
- <li><a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}:</a> {{ note.title }}</li>
+ <li>
+ <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}:</a>
+ <div class="title">{{ note.title }}</div>
+ </li>
{% endfor %}
</ul>
{% endif %}