From 5c1916352cd94010243aec54785345cb806b8806 Mon Sep 17 00:00:00 2001 From: James Tauber Date: Thu, 30 Aug 2012 22:31:59 -0400 Subject: [PATCH] include class indicating slot kind --- symposion/templates/schedule/_grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symposion/templates/schedule/_grid.html b/symposion/templates/schedule/_grid.html index c10efb7a..f546fd00 100644 --- a/symposion/templates/schedule/_grid.html +++ b/symposion/templates/schedule/_grid.html @@ -9,7 +9,7 @@ {{ row.time|date:"h:iA" }} {% for slot in row.slots %} - + {% if slot.kind.label == "talk" %} add: talk {% else %}