Fixed rendering of tristate checkboxes

This commit is contained in:
Jan Böhmer 2026-02-15 21:49:18 +01:00
parent c00556829a
commit c17cf2baa1
2 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,7 @@
{{ form_row(form.eda_info.reference_prefix) }}
{{ form_row(form.eda_info.value) }}
<div class="row">
<div class="col-sm-9 offset-sm-3">
{{ form_row(form.eda_info.visibility) }}
</div>
</div>
{{ form_row(form.eda_info.visibility) }}
<div class="row mb-2">
<div class="col-sm-9 offset-sm-3">
@ -21,4 +17,4 @@
</div>
</div>
{{ form_row(form.eda_info.kicad_symbol) }}
{{ form_row(form.eda_info.kicad_footprint) }}
{{ form_row(form.eda_info.kicad_footprint) }}