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

This commit is contained in:
William Bouzourène 2025-01-31 17:48:24 +01:00
parent 6695296c52
commit 271139c54f
4 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@
id="section"
name="se"
>
<option value="0">Toutes</option>
<option value="0">Choisir...</option>
{% for Section in Sections %}
<option
value="{{ Section.ID }}"