Id uniqueness fixes

This commit is contained in:
Mouse Reeve
2021-09-29 15:35:08 -07:00
parent 69195e6cd0
commit 6d17b83c8c
8 changed files with 21 additions and 6 deletions

View File

@@ -23,8 +23,7 @@
<div id="reading_content_{{ local_uuid }}_{{ uuid }}">
<hr aria-hidden="true">
<fieldset id="reading_content_fieldset_{{ local_uuid }}_{{ uuid }}">
{% comparison_bool controls_text "progress_update" True as optional %}
{% include "snippets/reading_modals/form.html" with optional=optional %}
{% block form %}{% endblock %}
</fieldset>
</div>
{% endwith %}