diff --git a/swh/web/ui/templates/layout.html b/swh/web/ui/templates/layout.html index aab291e6..279c731a 100644 --- a/swh/web/ui/templates/layout.html +++ b/swh/web/ui/templates/layout.html @@ -1,10 +1,11 @@ -SWH Web UI - -
-
+Software Heritage Archive + +
+
{% for message in get_flashed_messages() %} -
{{ message }}
+
{{ message }}
{% endfor %} {% block body %}{% endblock %} +