Improve forms
This commit is contained in:
parent
8226329b61
commit
6f3b7c6dc3
11 changed files with 83 additions and 14 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue