forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-31 08:59:13 -06:00
parent 2591d85bcb
commit d772b47791
1 changed files with 1 additions and 2 deletions

View File

@ -58,7 +58,6 @@
<form id="badge-grant-form" action="/admin/badge_grant" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
<label for="input-username" class="label">Username</label>
<input id="input-username" class="form-input mb-2" type="text" name="username" required placeholder="Enter a username">
@ -68,7 +67,7 @@
<label for="input-description" class="label">Custom description</label>
<textarea id="input-description" class="form-input" name="description" placeholder="Leave blank for badge's default desription."></textarea>
<table class="w-full table table-striped">
<table class="w-full table table-striped mt-6">
<thead class="bg-primary text-white">
<tr>
<th scope="col" class="p-2.5">Select</th>