From 6848616ff14421e7399425e5cbf6bc064c370bfc Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 26 May 2022 11:09:11 -0700 Subject: [PATCH] Fixes reading status field in stop modal The value of the reading status needs to match one of the database options for `reading_status` in the `Comment` model --- .../templates/snippets/reading_modals/stop_reading_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/snippets/reading_modals/stop_reading_modal.html b/bookwyrm/templates/snippets/reading_modals/stop_reading_modal.html index 80fb2d5b3..571a9ec59 100644 --- a/bookwyrm/templates/snippets/reading_modals/stop_reading_modal.html +++ b/bookwyrm/templates/snippets/reading_modals/stop_reading_modal.html @@ -12,7 +12,7 @@ Stop Reading "{{ book_title }}"
{% csrf_token %} - + {% endblock %}