diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index 1d511184..5e9696fa 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -9,7 +9,7 @@ {% include 'snippets/book_titleby.html' with book=book %} - {% if request.user.is_authenticated %} + {% if request.user.is_authenticated and perms.bookwyrm.edit_book %}