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">
|
<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 %}
|
||||||
|
|
Loading…
Reference in a new issue