Add CANCELLED message to agenda for other session types. Commit ready for merge
- Legacy-Id: 13137
This commit is contained in:
parent
a50b09b152
commit
dd4589804c
|
@ -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