summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorJfriedli2021-03-21 16:48:48 +0100
committerJfriedli2021-03-21 16:48:48 +0100
commitce80bc7816884cace742e8d4d81931c1ebe9a945 (patch)
tree6643358b09fe99d9f6f22bd4bc534e4ce8b9e273 /templates/base.html
parentac67c59fe283bf167521d9f088f02ecc2e15c4ce (diff)
improve accesibility
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 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 @@
38 </a> 38 </a>
39 </header> 39 </header>
40 40
41 <section class="mb-auto mt-12 pt-8"> 41 <main class="mb-auto mt-12 pt-8">
42 {% with messages = get_flashed_messages() %} 42 {% with messages = get_flashed_messages() %}
43 {% if messages %} 43 {% if messages %}
44 {% for message in messages %} 44 {% for message in messages %}
@@ -52,7 +52,7 @@
52 {% endwith %} 52 {% endwith %}
53 53
54 {% block content %}{% endblock %} 54 {% block content %}{% endblock %}
55 </section> 55 </main>
56 56
57 <footer class="h-10 flex justify-center"> 57 <footer class="h-10 flex justify-center">
58 <a class="flex justify-center" target="_blank" rel="noreferrer" href="https://0xacab.org/jvoisin/mat2-web" class="text-blue-dark"> 58 <a class="flex justify-center" target="_blank" rel="noreferrer" href="https://0xacab.org/jvoisin/mat2-web" class="text-blue-dark">