From f50b9161b0b6999b9dceb76dfc71d045e4de4425 Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Thu, 2 Jan 2025 16:39:02 +0100 Subject: [PATCH] show full timestamps --- app/templates/admin/communities.html | 2 +- app/templates/admin/instances.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 %}