summaryrefslogtreecommitdiff
path: root/program/templates/v2/filters/showinformation.html
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2021-03-03 13:02:31 (GMT)
committerChristian Pointner <equinox@helsinki.at>2021-03-03 13:02:31 (GMT)
commita0ee1c483fe320e9b6b719a2ce103954f5b00e92 (patch)
tree668736b948cf3b59852a99a2688eca8318023d3e /program/templates/v2/filters/showinformation.html
parent5d63bb9963ae6e41fc6c2cca97834b40beb71a0b (diff)
furhter cleanup of filter templatetags
Diffstat (limited to 'program/templates/v2/filters/showinformation.html')
-rw-r--r--program/templates/v2/filters/showinformation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/templates/v2/filters/showinformation.html b/program/templates/v2/filters/showinformation.html
index bcd6cb1..75c5c78 100644
--- a/program/templates/v2/filters/showinformation.html
+++ b/program/templates/v2/filters/showinformation.html
@@ -1,6 +1,6 @@
{% if showinformation_list %}
<ul id="filter_showinformation">
{% for si in showinformation_list %}
- <li><a title="Sendungen mit der Information {{ si.information }} anzeigen." href="?showinformation={{ si.slug }}">{{ si.information }}</a></li>{% endfor %}
+ <li><a title="Sendungen mit der Information {{ si.information }} anzeigen." class="si-{{ si.abbrev }}" href="?showinformation={{ si.slug }}">{{ si.information }}</a></li>{% endfor %}
</ul>
{% endif %}