diff --git a/bookwyrm/templates/book/edit_book.html b/bookwyrm/templates/book/edit_book.html index a9ce651e..8cf6f31c 100644 --- a/bookwyrm/templates/book/edit_book.html +++ b/bookwyrm/templates/book/edit_book.html @@ -124,7 +124,7 @@
- +
{% for error in form.first_published_date.errors %}{{ error | escape }}
@@ -132,7 +132,7 @@- +
{% for error in form.published_date.errors %}{{ error | escape }}