summaryrefslogtreecommitdiff
path: root/program/templates/v2/show_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'program/templates/v2/show_detail.html')
-rw-r--r--program/templates/v2/show_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/show_detail.html b/program/templates/v2/show_detail.html
index 7b2e07e..73ec5b1 100644
--- a/program/templates/v2/show_detail.html
+++ b/program/templates/v2/show_detail.html
@@ -69,7 +69,7 @@
<div class="title">{{ note.title }}</div>
</li>
{% endfor %}
-{% if show.predecessor and show.predecessor.notes.all %}p
+{% if show.predecessor and show.predecessor.notes.all %}
{% if show.name != show.predecessor.name %}
<h3>Davor als <a href="/program/shows/{{ show.predecessor.slug }}">{{ show.predecessor.name }}</a></h3>
{% endif %}