diff --git a/bookwyrm/templates/edit_book.html b/bookwyrm/templates/edit_book.html index 0d7b29c20..082848af8 100644 --- a/bookwyrm/templates/edit_book.html +++ b/bookwyrm/templates/edit_book.html @@ -14,23 +14,18 @@ -
-
- {% include 'snippets/book_cover.html' with book=book size="small" %} -
-
-

Added: {{ book.created_date | naturaltime }}

-

Updated: {{ book.updated_date | naturaltime }}

-
+
+

Added: {{ book.created_date | naturaltime }}

+

Updated: {{ book.updated_date | naturaltime }}

{% csrf_token %}
-

Data sync

-

If sync is enabled, any changes will be over-written

- +

Data sync +

If sync is enabled, any changes will be over-written

+

@@ -43,7 +38,7 @@
-

Book Identifiers

+

Book Identifiers

{{ form.isbn_13 }}

{{ form.isbn_10 }}

{{ form.openlibrary_key }}

@@ -52,13 +47,20 @@
-
-

Cover

-

{{ form.cover }}

+
+
+ {% include 'snippets/book_cover.html' with book=book size="small" %} +
+
+
+

Cover

+

{{ form.cover }}

+
+
-

Physical Properties

+

Physical Properties

{{ form.physical_format }}

{{ form.pages }}

@@ -66,7 +68,7 @@
-

Metadata

+

Metadata

{{ form.title }}

{{ form.sort_title }}

{{ form.subtitle }}