diff --git a/swh/web/ui/templates/layout.html b/swh/web/ui/templates/layout.html index aab291e69..279c731ab 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 %} +