diff --git a/bookwyrm/templates/book/edit/edit_book_form.html b/bookwyrm/templates/book/edit/edit_book_form.html index e2d7121f..8fcc07fe 100644 --- a/bookwyrm/templates/book/edit/edit_book_form.html +++ b/bookwyrm/templates/book/edit/edit_book_form.html @@ -126,10 +126,9 @@
{% if book.authors.exists %} {# preserve authors if the book is unsaved #} - {{ form.authors.as_hidden }} +
{% for author in book.authors.all %} - {{ form.authors.as_hidden }}