Skip to content

Commit

Permalink
changed input type to "datetime-local" to allow bans using also the t…
Browse files Browse the repository at this point in the history
…ime instead of just the date
  • Loading branch information
piplupness authored Dec 3, 2024
1 parent 6009dfd commit f38c1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webfiles/web/moderate_user.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f38c1f0

Please sign in to comment.