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
|
|
@ -44,7 +44,7 @@
|
|||
id="section-{{ Section.ID }}"
|
||||
autocomplete="off"
|
||||
>
|
||||
<option value="0">--- Aucun ---</option>
|
||||
<option value="0">Choisir...</option>
|
||||
{% for Role in Roles %}
|
||||
<option
|
||||
value="{{ Role.ID }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue