diff --git a/swh/web/ui/templates/layout.html b/swh/web/ui/templates/layout.html index 9950301e7..baddee7da 100644 --- a/swh/web/ui/templates/layout.html +++ b/swh/web/ui/templates/layout.html @@ -1,17 +1,18 @@ Software Heritage Archive +
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {% block body %}{% endblock %}