Changes how progress input fields are id'ed

This commit is contained in:
Mouse Reeve
2022-01-04 12:53:48 -08:00
parent 49ecd86afe
commit 10a51d9689
4 changed files with 11 additions and 6 deletions

View File

@ -5,7 +5,7 @@
type="number"
name="progress"
class="input"
id="id_progress_{{ readthrough.id }}{{ controls_uid }}"
id="{{ field_id }}"
value="{{ readthrough.progress }}"
{% if progress_required %}required{% endif %}
>