Add optional to telefon
This commit is contained in:
parent
cd90c982f6
commit
9dc33eda1a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<input type="email" name="email" value="{{ email }}" class="form-control" id="email" required>
|
<input type="email" name="email" value="{{ email }}" class="form-control" id="email" required>
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="telefon" class="form-label">Telefon</label>
|
<label for="telefon" class="form-label">Telefon (optional)</label>
|
||||||
<input type="text" name="telefon" value="{{ telefon }}" class="form-control" id="telefon">
|
<input type="text" name="telefon" value="{{ telefon }}" class="form-control" id="telefon">
|
||||||
</div>
|
</div>
|
||||||
<div class="mb-5">
|
<div class="mb-5">
|
||||||
|
|
Loading…
Reference in a new issue