forked from MarseyWorld/MarseyWorld
fix
parent
aefaedd96e
commit
b7e2929030
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue