diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html
index ab689b1d..213f9dca 100644
--- a/bookwyrm/templates/lists/list.html
+++ b/bookwyrm/templates/lists/list.html
@@ -48,7 +48,7 @@
{% endif %}
- {% if not list.curation == 'closed' or request.user == list.user %}
+ {% if request.user.is_authenticated and not list.curation == 'closed' or request.user == list.user %}
{% if list.curation == 'open' or request.user == list.user %}Add{% else %}Suggest{% endif %} Books