Skip to content

Commit f6e2185

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangocms_frontend/contrib/carousel/cms_plugins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class CarouselSlidePlugin(
8686

8787
def get_render_template(self, context, instance, placeholder):
8888
return get_plugin_template(
89-
instance.parent.get_plugin_instance()[0] if instance.parent else instance,
89+
instance.parent.get_plugin_instance()[0] if instance.parent else instance,
9090
# instance.parent or instance once django-cms 4.1 support can be dropped
9191
"carousel",
9292
"slide",

0 commit comments

Comments
 (0)