Make the date take up less space

This commit is contained in:
Chris Hill-Scott
2016-07-07 09:06:07 +01:00
parent 8b9704df0e
commit 60f79afb6b
2 changed files with 2 additions and 2 deletions

View File

@@ -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') %}