Change text to "Choisir..." on select inputs

This commit is contained in:
William Bouzourène 2025-01-31 17:48:24 +01:00
parent 6bc2ce8b48
commit c5e71d058c
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
4 changed files with 4 additions and 4 deletions

View file

@ -295,7 +295,7 @@
name="field-{{ Field.ID }}"
autocomplete="off"
>
<option value="0">--- Aucun ---</option>
<option value="0">Choisir...</option>
{% for ListItem in Field.List.ListItems %}
<option
value="{{ ListItem.ID }}"