diff --git a/bookwyrm/templates/user/shelf.html b/bookwyrm/templates/user/shelf.html index 5173da07..cc4d8d37 100644 --- a/bookwyrm/templates/user/shelf.html +++ b/bookwyrm/templates/user/shelf.html @@ -20,10 +20,13 @@
{% trans "This shelf is empty." %}
- {% if shelf.editable %} + {% if shelf.id and shelf.editable %}