diff --git a/bookwyrm/templates/book/edit/edit_book_form.html b/bookwyrm/templates/book/edit/edit_book_form.html
index 38a7fe35d..d886d12f7 100644
--- a/bookwyrm/templates/book/edit/edit_book_form.html
+++ b/bookwyrm/templates/book/edit/edit_book_form.html
@@ -22,7 +22,7 @@
{% trans "Title:" %}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.title.errors id="desc_title" %}
@@ -31,7 +31,7 @@
{% trans "Subtitle:" %}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.subtitle.errors id="desc_subtitle" %}
@@ -40,7 +40,7 @@
{% trans "Description:" %}
{{ form.description }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.description.errors id="desc_description" %}
@@ -51,7 +51,7 @@
{% trans "Series:" %}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.series.errors id="desc_series" %}
@@ -61,7 +61,7 @@
{% trans "Series number:" %}
{{ form.series_number }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.series_number.errors id="desc_series_number" %}
@@ -75,21 +75,41 @@
{% trans "Separate multiple values with commas." %}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.languages.errors id="desc_languages" %}
-
-
@@ -106,7 +126,7 @@
{% trans "Separate multiple values with commas." %}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.publishers.errors id="desc_publishers" %}
@@ -115,7 +135,7 @@
{% trans "First published date:" %}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.first_published_date.errors id="desc_first_published_date" %}
@@ -124,7 +144,7 @@
{% trans "Published date:" %}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.published_date.errors id="desc_published_date" %}
@@ -193,7 +213,7 @@
-
+
{% include 'snippets/form_errors.html' with errors_list=form.cover.errors id="desc_cover" %}
@@ -214,7 +234,7 @@
{{ form.physical_format }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.physical_format.errors id="desc_physical_format" %}
@@ -224,7 +244,7 @@
{% trans "Format details:" %}
{{ form.physical_format_detail }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.physical_format_detail.errors id="desc_physical_format_detail" %}
@@ -235,7 +255,7 @@
{% trans "Pages:" %}
{{ form.pages }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.pages.errors id="desc_pages" %}
@@ -251,7 +271,7 @@
{% trans "ISBN 13:" %}
{{ form.isbn_13 }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.isbn_13.errors id="desc_isbn_13" %}
@@ -260,7 +280,7 @@
{% trans "ISBN 10:" %}
{{ form.isbn_10 }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.isbn_10.errors id="desc_isbn_10" %}
@@ -269,7 +289,7 @@
{% trans "Openlibrary ID:" %}
{{ form.openlibrary_key }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.openlibrary_key.errors id="desc_openlibrary_key" %}
@@ -278,7 +298,7 @@
{% trans "Inventaire ID:" %}
{{ form.inventaire_id }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.inventaire_id.errors id="desc_inventaire_id" %}
@@ -287,7 +307,7 @@
{% trans "OCLC Number:" %}
{{ form.oclc_number }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.oclc_number.errors id="desc_oclc_number" %}
@@ -296,7 +316,7 @@
{% trans "ASIN:" %}
{{ form.asin }}
-
+
{% include 'snippets/form_errors.html' with errors_list=form.ASIN.errors id="desc_ASIN" %}