From f07246f9d5cbf399b0522d54a238ff4ae15a17ec Mon Sep 17 00:00:00 2001 From: James Polley Date: Sun, 24 Dec 2017 14:50:59 +1100 Subject: [PATCH] Display Room for everything that's not break Talks, tutorials, plenaries, miniconfs - everythign except breaks please. --- pinaxcon/templates/symposion/schedule/_grid.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 %}