Unqiue id for progress fields

This commit is contained in:
Mouse Reeve
2021-09-29 15:46:54 -07:00
parent 6d17b83c8c
commit 5cdfd29f9e
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
{% endblock %}
{% block reading-dates %}
<label for="id_progress_{{ readthrough.id }}" class="label">{% trans "Progress:" %}</label>
<label for="id_progress_{{ readthrough.id }}{{ controls_uid }}" class="label">{% trans "Progress:" %}</label>
{% include "snippets/progress_field.html" with progress_required=True %}
{% endblock %}