diff --git a/bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html b/bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html index fe35ee7e6..e79f0c5a3 100644 --- a/bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html +++ b/bookwyrm/templates/snippets/reading_modals/finish_reading_modal.html @@ -13,7 +13,8 @@ Finish "{{ book_title }}" {% csrf_token %} - + + {% endblock %} {% block reading-dates %} diff --git a/bookwyrm/templates/snippets/reading_modals/progress_update_modal.html b/bookwyrm/templates/snippets/reading_modals/progress_update_modal.html index e0be1588d..06dacda69 100644 --- a/bookwyrm/templates/snippets/reading_modals/progress_update_modal.html +++ b/bookwyrm/templates/snippets/reading_modals/progress_update_modal.html @@ -11,6 +11,7 @@ {% csrf_token %} + {% endblock %} {% block reading-dates %} diff --git a/bookwyrm/templates/snippets/reading_modals/start_reading_modal.html b/bookwyrm/templates/snippets/reading_modals/start_reading_modal.html index 861f118f9..00962d7f8 100644 --- a/bookwyrm/templates/snippets/reading_modals/start_reading_modal.html +++ b/bookwyrm/templates/snippets/reading_modals/start_reading_modal.html @@ -10,9 +10,10 @@ Start "{{ book_title }}" {% block modal-form-open %}
diff --git a/bookwyrm/templates/snippets/shelve_button/modal_button.html b/bookwyrm/templates/snippets/shelve_button/modal_button.html index a745b4fba..ef37f8872 100644 --- a/bookwyrm/templates/snippets/shelve_button/modal_button.html +++ b/bookwyrm/templates/snippets/shelve_button/modal_button.html @@ -1,5 +1,6 @@ {% load utilities %}