Make comment input required in the form

This commit is contained in:
csd4ni3l
2025-10-25 14:50:34 +02:00
parent 57237899f5
commit 2850fe4868

View File

@@ -58,7 +58,7 @@
</div> </div>
<div class="input-group mt-3"> <div class="input-group mt-3">
<input name="comment" type="text" class="form-control" placeholder="Comment" aria-label="Comment"> <input required name="comment" type="text" class="form-control" placeholder="Comment" aria-label="Comment">
</div> </div>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">