summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-06-02 10:04:45 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-06-02 10:04:45 (GMT)
commited13a183a0011b3cf648a1d0533b83c86ec79467 (patch)
tree3184180a34cfb6513f7bba699176c79fc2414ec9
parent02093ba844d0f2b303c519c8c49316bd45d11229 (diff)
fix typo
-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 %}