diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-04-10 14:07:11 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-04-10 14:07:11 (GMT) |
commit | 2b1dde2074cc7a3d4015f473fac8e6f91706a65a (patch) | |
tree | 00570ce2e926ecad431c5515c46cc7e26efd19ef /helsinki/program/templates | |
parent | 8e79754e62d32f066482142a51dfd3049254f0e3 (diff) |
span class for abbrevs
Diffstat (limited to 'helsinki/program/templates')
-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"> |