From a5261e79c2c05f1a5f1c357bebd34168cca306d1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 10 Mar 2021 17:53:48 +0100 Subject: and anothor typo fixed... diff --git a/program/templates/v2/show_list.html b/program/templates/v2/show_list.html index 8455425..b3babef 100644 --- a/program/templates/v2/show_list.html +++ b/program/templates/v2/show_list.html @@ -12,13 +12,13 @@
{% for si in show.showinformation.all %} - {{ si.abbrev }} + {{ si.abbrev }} {% endfor %} {% for st in show.showtopic.all %} - {{ st.abbrev }} + {{ st.abbrev }} {% endfor %} {% for mf in show.musicfocus.all %} - {{ mf.abbrev }} + {{ mf.abbrev }} {% endfor %} {% for lang in show.language.all %} {{ lang.slug }} -- cgit v0.10.2