From 713391f468eb0a1c3beb3432c54ca037a8d45d24 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 18 Mar 2022 07:28:07 -0700 Subject: [PATCH] Fixes edit book page --- bookwyrm/templates/book/edit/edit_book_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}