From 3f2f27bcaca32ec592cc8ab972bb73d93938a55f Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 3 Feb 2021 16:40:29 -0800 Subject: [PATCH] Fixes logged out list view --- bookwyrm/templates/lists/lists.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/bookwyrm/templates/lists/lists.html b/bookwyrm/templates/lists/lists.html index ad2dfbaf..96ad8153 100644 --- a/bookwyrm/templates/lists/lists.html +++ b/bookwyrm/templates/lists/lists.html @@ -33,9 +33,7 @@ {% if lists %}

Recent Lists

- {% if request.user.list_set.exists %} {% include 'lists/list_items.html' with lists=lists %} - {% endif %}
{% include 'snippets/pagination.html' with page=lists path=path %}