mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-09-09 18:05:33 -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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user