From 2b1dde2074cc7a3d4015f473fac8e6f91706a65a Mon Sep 17 00:00:00 2001
From: Johannes Raggam <raggam-nl@adm.at>
Date: Sun, 10 Apr 2011 16:07:11 +0200
Subject: span class for abbrevs


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">
-- 
cgit v0.10.2