mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-17 06:59:35 +00:00
Fixed rendering of tristate checkboxes
This commit is contained in:
parent
c00556829a
commit
c17cf2baa1
2 changed files with 7 additions and 6 deletions
|
|
@ -155,3 +155,8 @@
|
||||||
{{- parent() -}}
|
{{- parent() -}}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block boolean_constraint_widget %}
|
||||||
|
{{ form_widget(form.value) }}
|
||||||
|
{{ form_errors(form.value) }}
|
||||||
|
{% endblock %}
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,7 @@
|
||||||
{{ form_row(form.eda_info.reference_prefix) }}
|
{{ form_row(form.eda_info.reference_prefix) }}
|
||||||
{{ form_row(form.eda_info.value) }}
|
{{ form_row(form.eda_info.value) }}
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-sm-9 offset-sm-3">
|
|
||||||
{{ form_row(form.eda_info.visibility) }}
|
{{ form_row(form.eda_info.visibility) }}
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row mb-2">
|
<div class="row mb-2">
|
||||||
<div class="col-sm-9 offset-sm-3">
|
<div class="col-sm-9 offset-sm-3">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue