diff --git a/pinaxcon/templates/symposion/schedule/_grid.html b/pinaxcon/templates/symposion/schedule/_grid.html index 5c24386d..41722f98 100644 --- a/pinaxcon/templates/symposion/schedule/_grid.html +++ b/pinaxcon/templates/symposion/schedule/_grid.html @@ -35,9 +35,6 @@ {{ slot.content.speakers|join:", " }} - - {{ slot.rooms|join:", "}} - {% endif %} {% elif slot.kind.label == "shortbreak" %} {% else %} @@ -47,6 +44,12 @@ {{ slot.kind.label }} {% endif %} {% endif %} + {% if "break" in slot.kind.label %} + {% else %} + + {{ slot.rooms|join:", "}} + + {% endif %} {% endfor %} {% if forloop.last %}