changed input type to "datetime-local" to allow bans using also the time instead of just the date (#106)

lgtm
This commit is contained in:
piplupness 2025-01-08 22:33:17 +01:00 committed by GitHub
parent 5a1cc6e583
commit 2a2c55bad0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,7 +129,7 @@
</div>
<div class="col">
<label for="ban_date">Banned Until:</label>
<input type="date" id="ban_lift_date" name="ban_lift_date" value="<%= userSettings.ban_lift_date %>">
<input type="datetime-local" id="ban_lift_date" name="ban_lift_date" value="<%= userSettings.ban_lift_date %>">
</div>
<div class="col">
<label class="labels">Ban Reason</label>