forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 22:16:29 -06:00
parent aefaedd96e
commit b7e2929030
1 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,10 @@
</div>
{% endfor %}
</div>
<label id="notelabel" for="note" class="pt-4">Note (optional):</label>
<label id="notelabel" for="note" class="pt-4">
Note:
<small class="font-normal text-gray-500">Optional</small>
</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>
<div class="flex justify-end space-x-2 border-t border-gray-300 p-4">