forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 09:22:31 -06:00
parent 40338c404d
commit 85131fb839
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<form id="awards-form" action="/admin/awards", method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<label for="input-username">Username</label><br>
<input id="input-username" class="form-input mb-3" type="text" name="username" required onchange="document.getElementById('submit-btn').disabled = false">
<input id="input-username" class="form-input mb-3" type="text" name="username" required oninput="document.getElementById('submit-btn').disabled = false">
<table class="w-full table table-striped">
<thead class="bg-primary text-white">