Adds label

This commit is contained in:
Mouse Reeve 2021-09-28 09:23:50 -07:00
parent 273198d634
commit 72cbc1cb1b

View file

@ -7,8 +7,10 @@
{% block modal-form-open %}
<form action="{% url 'edit-readthrough' %}" method="POST" class="submit-status">
{% csrf_token %}
{% endblock %}
{% block reading-dates %}
<label for="id_progress_{{ readthrough.id }}" class="label">{% trans "Progress:" %}</label>
{% include "snippets/progress_field.html" with progress_required=True %}
{% endblock %}