Improve forms
This commit is contained in:
parent
8375504d60
commit
7d550ac23c
11 changed files with 83 additions and 14 deletions
|
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<form id="list" method="post">
|
||||
<form id="listitem" method="post">
|
||||
|
||||
<div class="row mb-3">
|
||||
<label for="value" class="form-label col-md-2">
|
||||
|
|
@ -44,6 +44,8 @@
|
|||
name="value"
|
||||
required
|
||||
value="{{ ListItem.Value }}"
|
||||
autocomplete="off"
|
||||
autofocus
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -55,6 +57,7 @@
|
|||
class="form-check-input me-2"
|
||||
id="default"
|
||||
name="default"
|
||||
autocomplete="off"
|
||||
{% if ListItem.Default %}
|
||||
checked
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue