remove required from badge hint
This commit is contained in:
parent
166dd37359
commit
494ce3fbce
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue