Adds label
This commit is contained in:
parent
273198d634
commit
72cbc1cb1b
|
@ -7,8 +7,10 @@
|
||||||
|
|
||||||
{% block modal-form-open %}
|
{% block modal-form-open %}
|
||||||
<form action="{% url 'edit-readthrough' %}" method="POST" class="submit-status">
|
<form action="{% url 'edit-readthrough' %}" method="POST" class="submit-status">
|
||||||
|
{% csrf_token %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block reading-dates %}
|
{% block reading-dates %}
|
||||||
|
<label for="id_progress_{{ readthrough.id }}" class="label">{% trans "Progress:" %}</label>
|
||||||
{% include "snippets/progress_field.html" with progress_required=True %}
|
{% include "snippets/progress_field.html" with progress_required=True %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue