Skip to content

Commit dd45898

Browse files
committed
Add CANCELLED message to agenda for other session types. Commit ready for merge
- Legacy-Id: 13137
1 parent a50b09b commit dd45898

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ietf/templates/meeting/agenda.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ <h2>
204204
</td>
205205
<td>
206206
{{item.timeslot.name}}
207+
208+
{% if item.session.status.slug == 'canceled' %}
209+
<span class="label label-danger pull-right">CANCELLED</span>
210+
{% endif %}
211+
207212
</td>
208213
<td class="col-md-2">
209214
<span class="hidden-xs">

0 commit comments

Comments
 (0)