diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html index 4d8cf6d6..c99960eb 100644 --- a/ihatemoney/templates/layout.html +++ b/ihatemoney/templates/layout.html @@ -139,8 +139,9 @@ {{ limit_message }}
{{ _("Please retry after %(date)s.", date=breached_limit.reset_at | from_timestamp | datetimeformat("short") )}}

- {% endif %} + {% else %} {% block content %}{% endblock %} + {% endif %} {% endblock %}