diff --git a/bookwyrm/templates/book/edit_book.html b/bookwyrm/templates/book/edit_book.html index d7c84235..a9ce651e 100644 --- a/bookwyrm/templates/book/edit_book.html +++ b/bookwyrm/templates/book/edit_book.html @@ -122,12 +122,18 @@
{{ error | escape }}
{% endfor %} -{{ form.first_published_date }}
++ + +
{% for error in form.first_published_date.errors %}{{ error | escape }}
{% endfor %} -{{ form.published_date }}
++ + +
{% for error in form.published_date.errors %}{{ error | escape }}
{% endfor %}