Improve forms

This commit is contained in:
William Bouzourène 2025-01-15 16:35:33 +01:00
parent 8375504d60
commit 7d550ac23c
Signed by: bouzoure
SSH key fingerprint: SHA256:19MbXpLua4rUtk8tunMesD8KUKb91LXLHg8E/qTooww
11 changed files with 83 additions and 14 deletions

View file

@ -38,9 +38,10 @@
<i class="bi-key"></i>
</span>
<select
class="form-control"
class="form-select"
name="section-{{ Section.ID }}"
id="section-{{ Section.ID }}"
autocomplete="off"
>
<option value="0">--- Aucun ---</option>
{% for Role in Roles %}