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