mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
short date, clearer output
This commit is contained in:
parent
4d7e966f7f
commit
75ed637911
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
||||||
{% if breached_limit %}
|
{% if breached_limit %}
|
||||||
<p class="alert alert-danger">
|
<p class="alert alert-danger">
|
||||||
{{ limit_message }}<br />
|
{{ limit_message }}<br />
|
||||||
{{ _("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") )}}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue