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