Custom form configuration #268

Merged
tobru merged 34 commits from 165-form-configuration into main 2025-11-10 14:49:33 +00:00
Showing only changes of commit 16d8ac0c6d - Show all commits

View file

@ -82,10 +82,11 @@
</div>
{% endif %}
</div>
{% if form and expert_form %}
{% if expert_form %}
<div id="expert-form-container"
class="expert-crd-form"
style="display:none">
style="{% if form %}display:none{% endif %}">
{% if expert_form and expert_form.context %}{{ expert_form.context }}{% endif %}
<ul class="nav nav-tabs" id="expertTab" role="tablist">
{% for fieldset in expert_form.get_fieldsets %}
{% if not fieldset.hidden %}