Default datetime inputs to current date/time

This commit is contained in:
jude
2023-08-01 17:51:29 +01:00
parent 229ada83e1
commit dc5e52d9ce
2 changed files with 8 additions and 1 deletions

View File

@ -155,7 +155,7 @@
<div class="control">
<label class="label collapses">
Time*
<input class="input" type="datetime-local" step="1" name="time">
<input class="input prefill-now" type="datetime-local" step="1" name="time">
</label>
</div>
</div>