Skip to content

Commit ae873dd

Browse files
authored
Apply suggestion from @fsbraun
1 parent b9bc245 commit ae873dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

djangocms_frontend/contrib/tabs/cms_plugins.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ class TabItemPlugin(mixin_factory("TabItem"), AttributesMixin, PaddingMixin, CMS
7171

7272
def get_render_template(self, context, instance, placeholder):
7373
return get_plugin_template(
74-
instance.parent.get_plugin_instance()[0] if instance.parent else instance, # instance.parent or instance once django-cms 4.1 support can be dropped
74+
instance.parent.get_plugin_instance()[0] if instance.parent else instance,
75+
# instance.parent or instance once django-cms 4.1 support can be dropped
7576
"tabs",
7677
"item",
7778
TAB_TEMPLATE_CHOICES,

0 commit comments

Comments
 (0)