diff options
author | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:53:48 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2021-03-10 16:53:48 (GMT) |
commit | a5261e79c2c05f1a5f1c357bebd34168cca306d1 (patch) | |
tree | 49e067ae1e0e50dd2086e6854960288114cc3257 /program/templates | |
parent | ecc2c7362fb0517654e79e11deb80539d4395652 (diff) |
and anothor typo fixed...
Diffstat (limited to 'program/templates')
-rw-r--r-- | program/templates/v2/show_list.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <div class="show bf-{{ show.broadcastformat.slug }}"> <div class="show-categories"> {% for si in show.showinformation.all %} - <span title="{{ si.information }}" class="category categor-si si-{{ si.abbrev }}"><span>{{ si.abbrev }}</span></span> + <span title="{{ si.information }}" class="category category-si si-{{ si.abbrev }}"><span>{{ si.abbrev }}</span></span> {% endfor %} {% for st in show.showtopic.all %} - <span title="{{ st.topic }}" class="category categor-st st-{{ st.abbrev }}"><span>{{ st.abbrev }}</span></span> + <span title="{{ st.topic }}" class="category category-st st-{{ st.abbrev }}"><span>{{ st.abbrev }}</span></span> {% endfor %} {% for mf in show.musicfocus.all %} - <span title="{{ mf.focus }}" class="category categor-mf mf-{{ mf.abbrev }}"><span>{{ mf.abbrev }}</span></span> + <span title="{{ mf.focus }}" class="category category-mf mf-{{ mf.abbrev }}"><span>{{ mf.abbrev }}</span></span> {% endfor %} {% for lang in show.language.all %} <span title="{{ lang.name }}/{{ lang.native_name }}" class="category category-lang lang-{{ lang.slug }}"><span>{{ lang.slug }}</span></span> |