forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 21:59:45 -06:00
parent ad642caa45
commit b39f94f3f6
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,9 @@
<label id="notelabel" for="note" class="pt-4">Note (optional):</label>
<input id="kind" name="kind" value="" hidden>
<textarea id="note" maxlength="200" name="note" class="form-control" placeholder="Note to include in award notification..."></textarea>
<input id="giveaward" class="btn btn-primary" style="float:right" type="submit" value="Give Award" disabled>
<div class="flex justify-end space-x-2 border-t border-gray-300 p-4">
<input id="giveaward" class="btn btn-primary" style="float:right" type="submit" value="Give Award" disabled>
</div>
</form>
</div>
</div>