diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-06-02 10:04:45 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-06-02 10:04:45 (GMT) |
commit | ed13a183a0011b3cf648a1d0533b83c86ec79467 (patch) | |
tree | 3184180a34cfb6513f7bba699176c79fc2414ec9 /program/templates/v2 | |
parent | 02093ba844d0f2b303c519c8c49316bd45d11229 (diff) |
fix typo
Diffstat (limited to 'program/templates/v2')
-rw-r--r-- | program/templates/v2/show_detail.html | 2 |
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 %} |