{# almost every view needs to know the user shelves #}
{% with request.user.shelf_set.all as user_shelves %}
@@ -214,7 +214,7 @@
{% endblock %}
{% endwith %}
-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 %} -