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 @@
{{ form.cover }}
+{{ form.cover }}
{% for error in form.cover.errors %}{{ error | escape }}
{% endfor %}