Skip to content

Commit

Permalink
Merge pull request #47 from kiloutyg/40-add-an-explicit-way-to-signal…
Browse files Browse the repository at this point in the history
…-the-forgotten-input-in-the-form-creation

little update on placeholders for account creation
  • Loading branch information
kiloutyg authored Feb 1, 2024
2 parents 0c4a697 + 99f99cc commit 1010afd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Nom d'utilisateur

</label>
<input type="text" name="username" placeholder="Nom d'utilisateur" required class="form-control" id="username">
<input type="text" name="username" placeholder="prenom.nom" required class="form-control" id="username">
</div>
<div class="form-control mb-3">
<label for="emailAddress">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<label for="username">
Nom d'utilisateur
</label>
<input type="text" name="username" placeholder="Nom d'utilisateur" class="form-control" id="username">
<input type="text" name="username" placeholder="prenom.nom" class="form-control" id="username">
</div>
<div class="form-control mb-3">
<label for="emailAddress">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
Nom d'utilisateur

</label>
<input type="text" name="username" placeholder="Nom d'utilisateur" required class="form-control" id="username">
<input type="text" name="username" placeholder="prenom.nom" required class="form-control" id="username">
</div>
<div class="form-control mb-3">
<label for="floatingPassword">
Expand Down

0 comments on commit 1010afd

Please sign in to comment.