From bbb89605a5567a2fcdba079253121d7d4ef07497 Mon Sep 17 00:00:00 2001 From: Joachim Date: Sat, 12 Feb 2022 16:10:40 +0100 Subject: [PATCH] Page must have one main landmark https://dequeuniversity.com/rules/axe/4.3/landmark-one-main --- bookwyrm/templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 43e8eb22..810b46b7 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -206,7 +206,7 @@ {% endif %} -
+
{# almost every view needs to know the user shelves #} {% with request.user.shelf_set.all as user_shelves %} @@ -214,7 +214,7 @@ {% endblock %} {% endwith %}
-
+