summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %}