Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dedaleDev authored May 29, 2024
1 parent 7b197a1 commit 509125c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/html/addLivre.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ <h1 style="padding-top: 2vh; padding-left: 5vh;">Ajouter un livre : </h1>
<div class="form-group" style="padding-top: 2vh;">
<label for="statut">Statut :</label>
<select class="form-control" id="statut" name="statut" required>
<option value="emprunté">Emprunté</option>
<option value="disponible">Disponible</option>
<option value="hors stock">Hors stock</option>
</select>
Expand Down

0 comments on commit 509125c

Please sign in to comment.