diff --git a/bookwyrm/templates/book/cover_add_modal.html b/bookwyrm/templates/book/cover_add_modal.html index e8207ff44..8ca5bf2a8 100644 --- a/bookwyrm/templates/book/cover_add_modal.html +++ b/bookwyrm/templates/book/cover_add_modal.html @@ -28,8 +28,10 @@ {% endblock %} {% block modal-footer %} - - +
+ + +
{% endblock %} {% block modal-form-close %}{% endblock %} diff --git a/bookwyrm/templates/readthrough/delete_readthrough_modal.html b/bookwyrm/templates/readthrough/delete_readthrough_modal.html index 5b3a74cc5..88ebf53c2 100644 --- a/bookwyrm/templates/readthrough/delete_readthrough_modal.html +++ b/bookwyrm/templates/readthrough/delete_readthrough_modal.html @@ -14,12 +14,20 @@ {% endblock %} {% block modal-footer %} -
+ {% csrf_token %} - - + +
+ + +
{% endblock %}