diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index 0bef2856..bb1f2be7 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -42,26 +42,10 @@

Add cover

{% csrf_token %} -
-
-
- -
-
-
- -
-
+ +
{% endif %} diff --git a/bookwyrm/templates/edit_book.html b/bookwyrm/templates/edit_book.html index 6e7e434e..fb0bb81c 100644 --- a/bookwyrm/templates/edit_book.html +++ b/bookwyrm/templates/edit_book.html @@ -62,7 +62,7 @@

Cover

-

{{ form.cover }}

+

{{ form.cover }}

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

{{ error | escape }}

{% endfor %}