Change text to "Choisir..." on select inputs
This commit is contained in:
parent
6695296c52
commit
271139c54f
4 changed files with 4 additions and 4 deletions
|
|
@ -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 }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue