File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
admin_interface/templates/admin Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 146146{% if theme.list_filter_highlight %} list-filter-highlight {% endif %}
147147{% if theme.list_filter_sticky %} list-filter-sticky {% endif %}
148148
149+ {% if adminform and inline_admin_formsets %}
149150{% admin_interface_use_changeform_tabs adminform inline_admin_formsets as admin_interface_use_changeform_tabs %}
150151{% if admin_interface_use_changeform_tabs %}
151152 {% if theme.show_fieldsets_as_tabs %} show-fieldsets-as-tabs {% endif %}
152153 {% if theme.show_inlines_as_tabs %} show-inlines-as-tabs {% endif %}
153154{% endif %}
155+ {% endif %}
154156
155157{% if theme.collapsible_stacked_inlines %} collapsible-stacked-inlines
156158 {% if theme.collapsible_stacked_inlines_collapsed %} collapsible-stacked-inlines-collapsed {% endif %}
You can’t perform that action at this time.
0 commit comments