mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Fix test to use a real status
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
</p>
|
||||
{% endcall %}
|
||||
|
||||
{{ text_field(item.status|capitalize|replace('-', ' ')) }}
|
||||
{{ text_field(item.status|format_notification_status) }}
|
||||
|
||||
{% call field(align='right') %}
|
||||
{{ item.updated_at|format_datetime_short }}
|
||||
|
||||
Reference in New Issue
Block a user