From: Michael Tremer Date: Thu, 23 Jan 2025 20:35:11 +0000 (+0000) Subject: mirrors: Use the correct function to format the check time X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d010e81dda8e33b98e13f8f16dc5467cdc54d2dd;p=pbs.git mirrors: Use the correct function to format the check time Signed-off-by: Michael Tremer --- diff --git a/src/templates/mirrors/show.html b/src/templates/mirrors/show.html index f9194b46..faadbd1b 100644 --- a/src/templates/mirrors/show.html +++ b/src/templates/mirrors/show.html @@ -72,7 +72,7 @@

{{ _("Last Check") }}

- {{ locale.format_date(mirror.last_check_at, shorter=True) }} + {{ mirror.last_check_at | format_date(shorter=True) }}