mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
Fix labels in master/example/index.html
This commit is contained in:
parent
e0ebead912
commit
156b521395
@ -47,7 +47,7 @@
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-6">
|
||||
<label for="birthday">Gender</label>
|
||||
<label for="gender">Gender</label>
|
||||
<select class="custom-select" name="gender" id="gender" required>
|
||||
<option selected value="M">Male</option>
|
||||
<option value="F">Female</option>
|
||||
@ -60,12 +60,12 @@
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-md-6">
|
||||
<label for="birthday">Birthplace province</label>
|
||||
<label for="birthday_province">Birthplace province</label>
|
||||
<select class="custom-select" name="birthplace_province" id="birthplace_province" required>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group col-md-6">
|
||||
<label for="birthday">Birthplace</label>
|
||||
<label for="birthplace">Birthplace</label>
|
||||
<select class="custom-select" name="birthplace" id="birthplace" required>
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user