From 93c18f3cd34986be4b8de9f73f7fe0a82fb4f90d Mon Sep 17 00:00:00 2001 From: Glandos Date: Thu, 27 Oct 2022 22:15:32 +0200 Subject: [PATCH] short date, clearer output --- ihatemoney/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index ce7b4256..24aef992 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -137,7 +137,7 @@ {% if breached_limit %}

{{ limit_message }}
- {{ _("Please retry after %(date)s.", date=breached_limit.reset_at | from_timestamp | datetimeformat )}} + {{ _("Please retry after %(date)s.", date=breached_limit.reset_at | from_timestamp | datetimeformat("short") )}}

{% endif %} {% block content %}{% endblock %}