Display Room for everything that's not break

Talks, tutorials, plenaries, miniconfs - everythign except breaks please.
This commit is contained in:
James Polley 2017-12-24 14:50:59 +11:00
parent 193ffc76d5
commit f07246f9d5

View file

@ -35,9 +35,6 @@
<span class="speaker">
{{ slot.content.speakers|join:", " }}
</span>
<span class="room">
{{ slot.rooms|join:", "}}
</span>
{% endif %}
{% elif slot.kind.label == "shortbreak" %}
{% else %}
@ -47,6 +44,12 @@
{{ slot.kind.label }}
{% endif %}
{% endif %}
{% if "break" in slot.kind.label %}
{% else %}
<span class="room">
{{ slot.rooms|join:", "}}
</span>
{% endif %}
</td>
{% endfor %}
{% if forloop.last %}