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") )}}