diff --git a/bookwyrm/templates/lists/list_items.html b/bookwyrm/templates/lists/list_items.html index 5efa2450e..9c7e1710c 100644 --- a/bookwyrm/templates/lists/list_items.html +++ b/bookwyrm/templates/lists/list_items.html @@ -10,7 +10,7 @@

{{ list.name }} {% include 'snippets/privacy-icons.html' with item=list %}

- {% if request.user|saved:list %} + {% if request.user.is_authenticated and request.user|saved:list %}
{% trans "Saved" as text %}