Replaces date elements with datepicker

This commit is contained in:
Mouse Reeve
2021-05-04 09:04:21 -07:00
parent 33ca7b4b76
commit 869cfa6d34
5 changed files with 38 additions and 7 deletions

View File

@ -15,7 +15,11 @@
<div class="field">
<label class="label">
{% trans "Started reading" %}
<input type="date" name="start_date" class="input" id="start_id_start_date-{{ uuid }}" value="{% now "Y-m-d" %}">
<duet-date-picker
identifier="start_id_start_date-{{ uuid }}"
name="start_date"
value="{% now "Y-m-d" %}"
></duet-date-picker>
</label>
</div>
</section>