Skip to content

Commit 200412b

Browse files
committed
Merged in [13137] from rcross@amsl.com:
Add CANCELLED message to agenda for other session types. - Legacy-Id: 13166 Note: SVN reference [13137] has been migrated to Git commit dd45898
2 parents e87e07d + dd45898 commit 200412b

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)