mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Make the date take up less space
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
{% endcall %}
|
||||
{% if item.expiry_date %}
|
||||
{% call field(align='right') %}
|
||||
Revoked {{ item.expiry_date|format_datetime }}
|
||||
Revoked {{ item.expiry_date|format_datetime_short }}
|
||||
{% endcall %}
|
||||
{% else %}
|
||||
{% call field(align='right', status='error') %}
|
||||
|
||||
Reference in New Issue
Block a user