templates: hide messages on logout page (#19410)

This commit is contained in:
Benjamin Dauvergne 2022-01-12 19:47:09 +01:00
parent 5ff250ccc3
commit ecec41b67a
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
data-next-url="{{next_url}}" data-redir-timeout="{{redir_timeout}}"
{% endblock %}
{% block messages %}
{% endblock %}
{% block extrascripts %}
{{ block.super }}
<script src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>