diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-13 18:58:35 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2011-04-13 18:58:35 (GMT) |
commit | 885303f4db0a1c924425a70427c53fe49cdc705c (patch) | |
tree | 85bb1ec1355c31e0ea96e7e573be62ed313c2ccb /templates/program/boxes/musicfocus.html | |
parent | 103a909a999ecb8e2bce2cf84e4ec39968223a53 (diff) | |
parent | 3b35294c5bc03129366ec30153a96ac6d8ba41e0 (diff) |
Merge branch 'master' of github.com:nnrcschmdt/helsinki
Diffstat (limited to 'templates/program/boxes/musicfocus.html')
-rw-r--r-- | templates/program/boxes/musicfocus.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/program/boxes/musicfocus.html b/templates/program/boxes/musicfocus.html index 7b78f81..9f57b60 100644 --- a/templates/program/boxes/musicfocus.html +++ b/templates/program/boxes/musicfocus.html @@ -4,8 +4,8 @@ <dd class="portletItem"> <ul> {% for item in musicfoci %} - <li class="mf-{{ item.abbrev }}"> - <a href="../?musicfocus={{ item.slug }}">{{ item }}</a> + <li> + <a class="filteritem mf-{{ item.abbrev }}" href="?musicfocus={{ item.slug }}">{{ item }}</a> </li> {% endfor %} </ul> |