Improve forms

This commit is contained in:
William Bouzourène 2025-01-15 16:35:33 +01:00
parent 8226329b61
commit 6f3b7c6dc3
11 changed files with 83 additions and 14 deletions

View file

@ -44,6 +44,8 @@
name="name"
required
value="{{ List.Name }}"
autocomplete="off"
autofocus
>
</div>
</div>
@ -56,6 +58,7 @@
id="multi"
name="multi"
{% if List.Multi %}checked{% endif %}
autocomplete="off"
>
<label for="multi" class="form-label">
Liste à choix multiples