fix: update family name input field ID in register page
This commit is contained in:
parent
5826bd2992
commit
6d60c820c2
@ -35,8 +35,8 @@
|
||||
<input type="text" id="name" name="name" placeholder="Jean" required placeholder=" ">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="family-name"><span style="color:red;"><abbr title="Requis">*</abbr></span> Nom</label>
|
||||
<input type="text" id="family-name" name="family-name" placeholder="DUPONT" required placeholder=" ">
|
||||
<label for="family_name"><span style="color:red;"><abbr title="Requis">*</abbr></span> Nom</label>
|
||||
<input type="text" id="family_name" name="family_name" placeholder="DUPONT" required placeholder=" ">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="email"><span style="color:red;"><abbr title="Requis">*</abbr></span> Adresse mail</label>
|
||||
|
Loading…
Reference in New Issue
Block a user