{% extends 'snippets/reading_modals/layout.html' %} {% load i18n %} {% block modal-title %} {% trans "Update progress" %} {% endblock %} {% block modal-form-open %}
{% csrf_token %} {% endblock %} {% block reading-dates %} {% include "snippets/progress_field.html" with progress_required=True %} {% endblock %} {% block form %} {% include "snippets/reading_modals/form.html" with optional=False type="update_modal" %} {% endblock %}