diff --git a/bookwyrm/templates/snippets/shelf.html b/bookwyrm/templates/snippets/shelf.html index 8629ed1a..1ca5ed60 100644 --- a/bookwyrm/templates/snippets/shelf.html +++ b/bookwyrm/templates/snippets/shelf.html @@ -66,9 +66,11 @@ {% include 'snippets/stars.html' with rating=ratings|dict_key:book.id %} {% endif %} + {% if shelf.user == request.user %}