summaryrefslogtreecommitdiff
path: root/program/templates/v2/filters/showtopic.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-03-03 13:03:05 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-03-03 13:03:05 (GMT)
commit255b58b8b47f4fc12c634d5b3098538b2ab250b3 (patch)
tree668736b948cf3b59852a99a2688eca8318023d3e /program/templates/v2/filters/showtopic.html
parent82cd389025255354027134a7ba0dd2f41faa8fdc (diff)
parenta0ee1c483fe320e9b6b719a2ce103954f5b00e92 (diff)
Merge branch 'new-homepage' into stable
Diffstat (limited to 'program/templates/v2/filters/showtopic.html')
-rw-r--r--program/templates/v2/filters/showtopic.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/filters/showtopic.html b/program/templates/v2/filters/showtopic.html
index 070d82a..6ecdb34 100644
--- a/program/templates/v2/filters/showtopic.html
+++ b/program/templates/v2/filters/showtopic.html
@@ -1,6 +1,6 @@
{% if showtopic_list %}
<ul id="filter_showtopic">
{% for showtopic in showtopic_list %}
- <li><a title="Sendungen mit dem Schwerpunkt {{ showtopic.topic }} anzeigen." href="?showtopic={{ showtopic.slug }}">{{ showtopic.topic }}</a></li>{% endfor %}
+ <li><a title="Sendungen mit dem Schwerpunkt {{ showtopic.topic }} anzeigen." class="st-{{ showtopic.abbrev }}" href="?showtopic={{ showtopic.slug }}">{{ showtopic.topic }}</a></li>{% endfor %}
</ul>
{% endif %}