mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 04:23:48 +01:00
Make comment input required in the form
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
</div>
|
||||
|
||||
<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 class="modal-footer">
|
||||
|
||||
Reference in New Issue
Block a user