summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-07-07 16:35:01 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-07-07 16:35:01 (GMT)
commitb53737eeb55cbb444e5e4fd7b915728a67d34222 (patch)
treeaa69acb6e06ce643c473a228e36c6ed814354966 /templates
parent0b38350c919651b896d6482ecc0f89ec2a9c007a (diff)
upd
Diffstat (limited to 'templates')
-rw-r--r--templates/program/show_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html
index d9d95d8..109c169 100644
--- a/templates/program/show_detail.html
+++ b/templates/program/show_detail.html
@@ -60,7 +60,7 @@
<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> ({{ note.title }}) |||
+ <a href="{% url timeslot-detail note.timeslot.id %}" title="{{ note.title }}">{{ note.start|date:"d. M Y" }}</a> |
{% endfor %}
</p>
{% endif %}