Skip to content

Commit

Permalink
schedule: RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
benabraham committed Sep 11, 2023
1 parent 19cd76f commit 041842d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/program/schedule_day.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ <h1>Schedule</h1>

<div class="PC-schedule-timeplace">
{{ row.time|date:"G:i" }}
{% if not item.is_multi_room %}<b>{{ item.slot.room.label }}</b>{% endif %}
{% if not item.is_multi_room or item.is_streamed %}
<b>{{ item.slot.room.label }}</b>
{% endif %}
</div>

<div class="PC-schedule-session">
Expand Down

0 comments on commit 041842d

Please sign in to comment.