maxlength
This commit is contained in:
parent
310c40e524
commit
57d7e1e341
9 changed files with 13 additions and 23 deletions
|
@ -40,7 +40,7 @@
|
|||
<input type="hidden" name="formkey" value="{{v.formkey}}" >
|
||||
|
||||
<label for="ban-modal-link">Public ban reason (optional)</label>
|
||||
<textarea name="reason" form="banModalForm" class="form-control" id="ban-modal-link" aria-label="With textarea" placeholder="Enter reason"></textarea>
|
||||
<textarea maxlength="64" name="reason" form="banModalForm" class="form-control" id="ban-modal-link" aria-label="With textarea" placeholder="Enter reason"></textarea>
|
||||
|
||||
<label for="days" class="mt-3">Duration days</label>
|
||||
<input type="number" step="any" name="days" id="days" class="form-control" placeholder="leave blank for permanent" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue