ajouter l'option infos pour les conducteurs
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 18s

This commit is contained in:
2025-05-19 07:40:11 +02:00
parent 0078d809b1
commit d042c7ba34
2 changed files with 10 additions and 1 deletions

View File

@@ -33,7 +33,8 @@
<div class="text-sm mx-4">
<input type="radio" name="driver_type" id="solidarity_transport" value="solidarity_transport"> <label for="solidarity_transport">Transport solidaire</label><br />
<input type="radio" name="driver_type" id="organized_carpool" value="organized_carpool"> <label for="organized_carpool">Covoiturage solidaire</label><br />
<input type="radio" name="driver_type" id="driver_any" value="any"> <label for="driver_any">Je ne sais pas / Les 2</label>
<input type="radio" name="driver_type" id="driver_any" value="any"> <label for="driver_any">Je ne sais pas / Les 2</label><br />
<input type="radio" name="driver_type" id="driver_none" value="none"> <label for="driver_none">Je veux simplement des informations</label>
</div>
</div>
<div class="mt-8 text-center">