Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2022-03-18 07:41:45 -07:00
commit bb89766de0

View file

@ -178,7 +178,7 @@
<div class="box">
{% if book.authors.exists %}
{# preserve authors if the book is unsaved #}
<input type="hidden" name="authors" value="{% for author in book.authors %}{{ author.id }},{% endfor %}">
<input type="hidden" name="authors" value="{% for author in book.authors.all %}{{ author.id }},{% endfor %}">
<fieldset>
{% for author in book.authors.all %}
<div class="is-flex is-justify-content-space-between">