fix date format in batch review (notify-admin-1171)

This commit is contained in:
Kenneth Kehl
2024-02-29 08:24:53 -08:00
parent c514214fb0
commit 8661a22353
10 changed files with 92 additions and 72 deletions

View File

@@ -171,8 +171,8 @@
{% endif %}
<p class="status-hint margin-0 width-card ">
{{ notification.status|format_notification_status_as_time(
notification.created_at|format_datetime_short,
(notification.sent_at or notification.created_at)|format_datetime_short
notification.created_at|format_datetime_short_america,
(notification.sent_at or notification.created_at)|format_datetime_short_america
) }}
</p>
{% if displayed_on_single_line %}</span>{% endif %}