diff options
Diffstat (limited to 'templates/program/show_list.html')
-rw-r--r-- | templates/program/show_list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/program/show_list.html b/templates/program/show_list.html index 2b0cb9c..8870f2d 100644 --- a/templates/program/show_list.html +++ b/templates/program/show_list.html @@ -26,13 +26,13 @@ <div class="show bf-{{ show.broadcastformat.slug }}"> <div class="show-abbrevs"> {% for showinformation in show.showinformation.all %} - <span class="si-{{ showinformation.abbrev }}">{{ showinformation.abbrev }}</span> + <span class="abbrev si-{{ showinformation.abbrev }}"><span>{{ showinformation.abbrev }}</span></span> {% endfor %} {% for showtopic in show.showtopic.all %} - <span class="st-{{ showtopic.abbrev }}">{{ showtopic.abbrev }}</span> + <span class="abbrev st-{{ showtopic.abbrev }}"><span>{{ showtopic.abbrev }}</span></span> {% endfor %} {% for musicfocus in show.musicfocus.all %} - <span class="mf-{{ musicfocus.abbrev }}">{{ musicfocus.abbrev }}</span> + <span class="abbrev mf-{{ musicfocus.abbrev }}"><span>{{ musicfocus.abbrev }}</span></span> {% endfor %} </div> <div class="show-detail"> |