Merge pull request #3578 from alphagov/update-sent-status-label

Update sent status label
This commit is contained in:
karlchillmaid
2020-09-17 13:16:41 +01:00
committed by GitHub
4 changed files with 17 additions and 4 deletions

View File

@@ -147,7 +147,7 @@
{% macro notification_status_field(notification) %}
{% set displayed_on_single_line = notification.status in ['created', 'pending', 'pending-virus-check', 'sending', 'sent', 'delivered', 'returned-letter', 'accepted', 'received'] %}
{% set displayed_on_single_line = notification.status in ['created', 'pending', 'pending-virus-check', 'sending', 'delivered', 'returned-letter', 'accepted', 'received'] %}
{% if not notification %}
{% call field(align='right') %}{% endcall %}