diff options
Diffstat (limited to 'templates/program/day_schedule.html')
-rw-r--r-- | templates/program/day_schedule.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html index 88f743e..eb3c8df 100644 --- a/templates/program/day_schedule.html +++ b/templates/program/day_schedule.html @@ -30,13 +30,13 @@ <div class="show-start">{{ timeslot.start|date:"H:i" }}</div> <div class="show-abbrevs"> {% for showinformation in timeslot.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 timeslot.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 timeslot.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"> |