Skip to content

Commit 2b06f62

Browse files
committed
fix merge
1 parent 6c4617f commit 2b06f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_interface/templatetags/admin_interface_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def admin_interface_filter_removal_link(changelist, list_filter):
122122
)
123123

124124

125-
@simple_tag()
125+
@register.simple_tag()
126126
def admin_interface_use_changeform_tabs(adminform, inline_forms):
127127
theme = get_admin_interface_theme()
128128
has_fieldset_tabs = theme.show_fieldsets_as_tabs and len(adminform.fieldsets) > 1

0 commit comments

Comments
 (0)