diff --git a/bookwyrm/templates/book/edit_book.html b/bookwyrm/templates/book/edit_book.html index 963b2b75f..1da7c3f70 100644 --- a/bookwyrm/templates/book/edit_book.html +++ b/bookwyrm/templates/book/edit_book.html @@ -90,7 +90,7 @@

{% trans "Metadata" %}

- +

{% for error in form.title.errors %}

{{ error | escape }}

@@ -98,7 +98,7 @@

- +

{% for error in form.subtitle.errors %}

{{ error | escape }}