forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 09:37:48 -06:00
parent 49695281c9
commit 62feaa4fac
1 changed files with 2 additions and 2 deletions

View File

@ -68,12 +68,12 @@
</div>
{% endif %}
<form id="awards-form" action="/admin/awards", method="post">
<form id="awards-form" action="/admin/awards" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<label for="input-username" class="label">Username</label>
<input autocomplete="off" id="input-username" class="form-input mb-2" type="text" name="username" required placeholder="Enter a username" oninput="document.getElementById('submit-btn').disabled = false">
<table class="w-full table table-striped">
<table class="w-full table mt-6">
<thead class="bg-primary text-white">
<tr>
<th scope="col" class="p-2.5">Icon</th>