From 8b4c9483ea57bfb181e2364f6c8f752a6fbbe4a7 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 10 Mar 2022 09:49:27 -0800 Subject: [PATCH] Udates sync modals --- bookwyrm/templates/author/sync_modal.html | 6 ++++-- bookwyrm/templates/book/sync_modal.html | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bookwyrm/templates/author/sync_modal.html b/bookwyrm/templates/author/sync_modal.html index a6e032cb..44b85ef4 100644 --- a/bookwyrm/templates/author/sync_modal.html +++ b/bookwyrm/templates/author/sync_modal.html @@ -19,8 +19,10 @@ {% endblock %} {% block modal-footer %} - - +
+ + +
{% endblock %} {% block modal-form-close %}{% endblock %} diff --git a/bookwyrm/templates/book/sync_modal.html b/bookwyrm/templates/book/sync_modal.html index 6e5df0c0..81ad8db9 100644 --- a/bookwyrm/templates/book/sync_modal.html +++ b/bookwyrm/templates/book/sync_modal.html @@ -19,8 +19,10 @@ {% endblock %} {% block modal-footer %} - - +
+ + +
{% endblock %} {% block modal-form-close %}{% endblock %}