diff --git a/bookwyrm/templates/book/edit/edit_book_form.html b/bookwyrm/templates/book/edit/edit_book_form.html index 5567e13f..06035e33 100644 --- a/bookwyrm/templates/book/edit/edit_book_form.html +++ b/bookwyrm/templates/book/edit/edit_book_form.html @@ -178,7 +178,7 @@
{% if book.authors.exists %} {# preserve authors if the book is unsaved #} - +
{% for author in book.authors.all %}