validation HTML
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
<title>Ajouter une question - L'Il'eau chiens - Admin</title>
|
||||
<link href="/node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/node_modules/bs-icon/icons.css">
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="shortcut icon" href="/favicon.png" type="image/png">
|
||||
|
||||
@@ -83,7 +82,7 @@
|
||||
|
||||
<div class="mb-4 reponse-addition">
|
||||
<label class="form-label fw-bold" for="reponse">Réponse (obligatoire)</label>
|
||||
<textarea id="reponse" class="form-control" placeholder="Votre réponse ici..."></textarea>
|
||||
<textarea id="reponse" class="form-control" placeholder="Votre réponse ici..." required></textarea>
|
||||
</div>
|
||||
<div class="d-flex gap-3 mt-4 confirmation-buttons">
|
||||
<a href="./accueil.html" class="btn btn-secondary w-50">Annuler</a>
|
||||
|
||||
Reference in New Issue
Block a user