remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 16:38:19 +02:00
parent 44215b0be4
commit 4287f806d2
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
{% endfor %}
</div>
<label for="note" class="pt-4">Note (optional):</label>
<input id="kind" name="kind" value="{{award.kind}}" hidden>
<input id="kind" name="kind" value="" hidden>
<textarea id="note" 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>