From fddaaee169ea2c59ca0c1838614f75c69a277e40 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Fri, 19 Jan 2024 11:03:38 +0100 Subject: [PATCH] templates: update container block names --- aircox/templates/aircox/errors/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircox/templates/aircox/errors/base.html b/aircox/templates/aircox/errors/base.html index 0d3f6c2..f417dec 100644 --- a/aircox/templates/aircox/errors/base.html +++ b/aircox/templates/aircox/errors/base.html @@ -18,7 +18,7 @@ {% endblock %} -{% block content %} +{% block content-container %}

{% block error_title %}{% trans "An error occurred" %}{% endblock %}