fix: update family name input field ID in register page

This commit is contained in:
Loris BALOCCHI 2024-06-11 09:35:16 +02:00
parent 5826bd2992
commit 6d60c820c2

View File

@ -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>