diff options
Diffstat (limited to 'templates/program/boxes/showtopic.html')
-rw-r--r-- | templates/program/boxes/showtopic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/program/boxes/showtopic.html b/templates/program/boxes/showtopic.html index 3dd7e88..b1b514e 100644 --- a/templates/program/boxes/showtopic.html +++ b/templates/program/boxes/showtopic.html @@ -5,7 +5,7 @@ <ul> {% for item in showtopics %} <li> - <a class="filteritem st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a> + <a class="abbrev st-{{ item.abbrev }}" href="?showtopic={{ item.slug }}">{{ item }}</a> </li> {% endfor %} </ul> |