From ce80bc7816884cace742e8d4d81931c1ebe9a945 Mon Sep 17 00:00:00 2001 From: Jfriedli Date: Sun, 21 Mar 2021 16:48:48 +0100 Subject: [PATCH] improve accesibility --- templates/base.html | 4 ++-- templates/index.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index c17fc77..d3a3891 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,7 +38,7 @@ -
+
{% with messages = get_flashed_messages() %} {% if messages %} {% for message in messages %} @@ -52,7 +52,7 @@ {% endwith %} {% block content %}{% endblock %} -
+