diff options
Diffstat (limited to 'helsinki')
-rw-r--r-- | helsinki/program/templates/program/day_schedule.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helsinki/program/templates/program/day_schedule.html b/helsinki/program/templates/program/day_schedule.html index 9208e50..880df08 100644 --- a/helsinki/program/templates/program/day_schedule.html +++ b/helsinki/program/templates/program/day_schedule.html @@ -24,7 +24,7 @@ <span class="st-{{ showtopic.abbrev }}">{{ showtopic.abbrev }}</span> {% endfor %} {% for musicfocus in timeslot.show.musicfocus.all %} - <span class="{{ musicfocus.abbrev }}">{{ musicfocus.abbrev }}</span> + <span class="mf-{{ musicfocus.abbrev }}">{{ musicfocus.abbrev }}</span> {% endfor %} </div> <div class="show"> |