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

@ -10,7 +10,7 @@
</div>
{# Only show progress for editing existing readthroughs #}
{% if readthrough.id and not readthrough.finish_date %}
<label class="label" for="id_progress_{{ readthrough.id }}">
<label class="label" for="id_progress_{{ readthrough.id }}{{ controls_uid }}">
{% trans "Progress" %}
</label>
{% include "snippets/progress_field.html" %}