remotes/1693045480750635534/spooky-22
kek7198 2021-12-31 15:49:49 -06:00
parent fb88c49364
commit 1c0498a76e
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@
<input type="hidden" name="formkey" value="{{v.formkey}}">
<div class="w-full flex space-x-2 items-center">
<input name="domain" placeholder="Enter domain here.." class="form-input" required>
<input name="reason" placeholder="Enter ban reason here.." onchange="document.getElementById('ban-submit').disabled=false" class="form-input">
<input id="ban-submit" type="submit" class="btn btn-primary" value="Toggle ban" disabled>
<input name="reason" placeholder="Enter ban reason here..." oninput="document.getElementById('ban-submit').disabled=false" class="form-input" required>
<input id="ban-submit" type="submit" class="btn btn-red" value="Toggle ban" disabled>
</div>
</form>