Skip to content

Commit 31910c5

Browse files
authored
fix: conditional fields in tabs (#1338)
1 parent 797ec17 commit 31910c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/unfold/templates/admin/change_form.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,9 @@
9393
{% include 'admin/includes/fieldset.html' %}
9494
{% endif %}
9595
{% endfor %}
96+
97+
{% include "unfold/helpers/fieldsets_tabs.html" %}
9698
{% endwith %}
97-
{% include "unfold/helpers/fieldsets_tabs.html" %}
9899
{% endblock %}
99100

100101
{% block after_field_sets %}{% endblock %}

0 commit comments

Comments
 (0)