Made textarea field required

This commit is contained in:
Julian Prieber 2022-07-07 12:41:24 +02:00
parent 79fe2f1a04
commit e98bd30051
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
@csrf @csrf
<div class="form-group col-lg-8"> <div class="form-group col-lg-8">
<label>Link</label> <label>Link</label>
<input type="text" name="link" value="{{ $link }}" class="form-control" placeholder="https://google.com"> <input type="text" name="link" value="{{ $link }}" class="form-control" placeholder="https://google.com" required>
</div> </div>
<div class="form-group col-lg-8"> <div class="form-group col-lg-8">
<label>Title</label> <label>Title</label>