diff --git a/bookwyrm/templates/lists/list.html b/bookwyrm/templates/lists/list.html index 2260acb5..8f171bb4 100644 --- a/bookwyrm/templates/lists/list.html +++ b/bookwyrm/templates/lists/list.html @@ -47,11 +47,13 @@
+ {% if list.user == request.user or list.curation == 'open' and item.added_by == request.user %} + {% endif %}