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

@ -22,3 +22,7 @@ Start "<em>{{ book_title }}</em>"
<input type="date" name="start_date" class="input" id="start_id_start_date_{{ uuid }}" value="{% now "Y-m-d" %}">
</div>
{% endblock %}
{% block form %}
{% include "snippets/reading_modals/form.html" with optional=True type="start_modal" %}
{% endblock %}