From 72cbc1cb1b818b568146593a6baf12588768a652 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Tue, 28 Sep 2021 09:23:50 -0700 Subject: [PATCH] Adds label --- .../snippets/reading_modals/progress_update_modal.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bookwyrm/templates/snippets/reading_modals/progress_update_modal.html b/bookwyrm/templates/snippets/reading_modals/progress_update_modal.html index 6fefae01..fb52432c 100644 --- a/bookwyrm/templates/snippets/reading_modals/progress_update_modal.html +++ b/bookwyrm/templates/snippets/reading_modals/progress_update_modal.html @@ -7,8 +7,10 @@ {% block modal-form-open %}
+{% csrf_token %} {% endblock %} {% block reading-dates %} + {% include "snippets/progress_field.html" with progress_required=True %} {% endblock %}