mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-04-25 08:04:32 -05:00
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:
parent
5a1cc6e583
commit
2a2c55bad0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user