diff --git a/bookwyrm/templates/book/cover_add_modal.html b/bookwyrm/templates/book/cover_add_modal.html index e8207ff4..8ca5bf2a 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 5b3a74cc..88ebf53c 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 %} - {% endblock %}