From 75ed637911e02b251d66ae5afd3c855a96f29ad0 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 9a4ca0f0..4d8cf6d6 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 %}