mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
fix sent time
This commit is contained in:
@@ -172,7 +172,7 @@
|
|||||||
<p class="status-hint margin-0 width-card ">
|
<p class="status-hint margin-0 width-card ">
|
||||||
{{ notification.status|format_notification_status_as_time(
|
{{ notification.status|format_notification_status_as_time(
|
||||||
notification.created_at|format_datetime_short,
|
notification.created_at|format_datetime_short,
|
||||||
(notification.updated_at or notification.created_at)|format_datetime_short
|
(notification.sent_at or notification.created_at)|format_datetime_short
|
||||||
) }}
|
) }}
|
||||||
</p>
|
</p>
|
||||||
{% if displayed_on_single_line %}</span>{% endif %}
|
{% if displayed_on_single_line %}</span>{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user