diff --git a/app/templates/views/api/keys.html b/app/templates/views/api/keys.html
index a18419156..a512dd572 100644
--- a/app/templates/views/api/keys.html
+++ b/app/templates/views/api/keys.html
@@ -19,7 +19,6 @@
Create an API key
-
{% call(item, row_number) list_table(
keys,
empty_message="You haven’t created any API keys yet",
@@ -47,7 +46,7 @@
{% endcall %}
{% if item.expiry_date %}
{% call field(align='right') %}
- Revoked {{ item.expiry_date|format_datetime_short }}
+ Revoked {{ item.expiry_date|format_datetime_short }}
{% endcall %}
{% else %}
{% call field(align='right', status='error') %}