From a605079cdfedb75c3d57f30960c845207abff3bd Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 12 Jan 2022 19:47:09 +0100 Subject: [PATCH] templates: hide messages on logout page (#19410) --- src/authentic2/templates/authentic2/logout.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/authentic2/templates/authentic2/logout.html b/src/authentic2/templates/authentic2/logout.html index cc75fe94..2ca5dae4 100644 --- a/src/authentic2/templates/authentic2/logout.html +++ b/src/authentic2/templates/authentic2/logout.html @@ -9,6 +9,9 @@ data-next-url="{{next_url}}" data-redir-timeout="{{redir_timeout}}" {% endblock %} +{% block messages %} +{% endblock %} + {% block extrascripts %} {{ block.super }} -- 2.34.1