mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
don't display content block on rate limit
This commit is contained in:
parent
75ed637911
commit
19f5f07bfb
1 changed files with 2 additions and 1 deletions
|
@ -139,8 +139,9 @@
|
|||
{{ limit_message }}<br />
|
||||
{{ _("Please retry after %(date)s.", date=breached_limit.reset_at | from_timestamp | datetimeformat("short") )}}
|
||||
</p>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% block content %}{% endblock %}
|
||||
{% endif %}
|
||||
</main>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue