Display Room for everything that's not break
Talks, tutorials, plenaries, miniconfs - everythign except breaks please.
This commit is contained in:
parent
193ffc76d5
commit
f07246f9d5
1 changed files with 6 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue