make #ban-modal-link an <input> instead of a <textarea>

pull/138/head
Aevann 2023-03-07 02:20:53 +02:00
parent 2c7c2fc647
commit 96d22fba67
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
<input hidden name="formkey" value="{{v|formkey}}">
<label for="ban-modal-link">Public ban reason (optional)</label>
<textarea autocomplete="off" maxlength="256" name="reason" form="banModalForm" class="form-control" id="ban-modal-link" placeholder="Enter reason"></textarea>
<input autocomplete="off" name="reason" id="ban-modal-link" class="form-control" placeholder="Enter reason" maxlength="256">
<label for="days" class="mt-3">Days</label>
<input autocomplete="off" type="number" step="any" name="days" id="days" class="form-control" placeholder="Leave blank for permanent">