diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index b0064e1fd..51fbdafc6 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -57,6 +57,35 @@ {% include 'snippets/trimmed_text.html' with full=book|book_description %} + {% if request.user.is_authenticated and perms.bookwyrm.edit_book and not book|book_description %} +
+ + +
+ +
+ + +
+ {% endif %} + + {% if book.parent_work.edition_set.count > 1 %}

{{ book.parent_work.edition_set.count }} editions

{% endif %} @@ -112,7 +141,7 @@
- +
@@ -135,7 +164,7 @@ -