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