Skip to content

Commit

Permalink
little update on placeholders for account creation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloutyg committed Feb 1, 2024
1 parent fb22e26 commit 99f99cc
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 99f99cc

Please sign in to comment.