From ce80bc7816884cace742e8d4d81931c1ebe9a945 Mon Sep 17 00:00:00 2001
From: Jfriedli
Date: Sun, 21 Mar 2021 16:48:48 +0100
Subject: improve accesibility
---
templates/base.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'templates/base.html')
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 %}
-
+