diff --git a/app/templates/admin/communities.html b/app/templates/admin/communities.html
index cee65a02..55212c85 100644
--- a/app/templates/admin/communities.html
+++ b/app/templates/admin/communities.html
@@ -100,7 +100,7 @@
{{ '✓'|safe if community.show_popular else '✗'|safe }} |
{{ '✓'|safe if community.show_all else '✗'|safe }} |
{{ '⚠'|safe if community.nsfw or community.nsfl or community.content_warning else ''|safe }} |
- {{ arrow.get(community.last_active).humanize(locale=locale) }} |
+ {{ arrow.get(community.last_active).humanize(locale=locale) }} |
{{ _('Edit') }},
{{ _('Moderate') }},
{{ _('Delete') }}
diff --git a/app/templates/admin/instances.html b/app/templates/admin/instances.html
index 44409ac0..da5d1f1e 100644
--- a/app/templates/admin/instances.html
+++ b/app/templates/admin/instances.html
@@ -93,7 +93,7 @@
| {{ instance.post_replies_count() }} |
{{ instance.vote_weight }} |
{{ _('Yes') if instance.trusted }} |
- {{ arrow.get(instance.last_seen).humanize(locale=locale) if instance.last_seen }} |
+ {{ arrow.get(instance.last_seen).humanize(locale=locale) if instance.last_seen }} |
{{ arrow.get(instance.last_successful_send).humanize(locale=locale) if instance.last_successful_send }} |
{{ instance.failures }} |
{% if instance.gone_forever %}