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 dd4589804c
This commit is contained in:
commit
200412bfa2
|
@ -204,6 +204,11 @@
|
|||
</td>
|
||||
<td>
|
||||
{{item.timeslot.name}}
|
||||
|
||||
{% if item.session.status.slug == 'canceled' %}
|
||||
<span class="label label-danger pull-right">CANCELLED</span>
|
||||
{% endif %}
|
||||
|
||||
</td>
|
||||
<td class="col-md-2">
|
||||
<span class="hidden-xs">
|
||||
|
|
Loading…
Reference in a new issue