remove required from badge hint

This commit is contained in:
Holly Stubbs 2024-10-13 16:35:35 +01:00
parent 166dd37359
commit 494ce3fbce
Signed by: tgpholly
GPG key ID: B8583C4B7D18119E

View file

@ -36,7 +36,7 @@
<div class="row mb-3">
<div class="col">
<label for="hint" class="form-label">Hint</label>
<textarea class="form-control" id="hint" name="hint" required><%= typeof(hint) === "undefined" ? "" : hint %></textarea>
<textarea class="form-control" id="hint" name="hint"><%= typeof(hint) === "undefined" ? "" : hint %></textarea>
</div>
</div>
<div class="row mb-3">