summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-03-10 16:53:57 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-03-10 16:53:57 (GMT)
commitdee75fc56ea74bc26bea8fcf1239f2e7609a0ca4 (patch)
tree49e067ae1e0e50dd2086e6854960288114cc3257
parentc1eb263c6831f2cbb18c665d4d0a07da3c219470 (diff)
parenta5261e79c2c05f1a5f1c357bebd34168cca306d1 (diff)
Merge branch 'new-homepage' into stable
-rw-r--r--program/templates/v2/show_list.html6
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>