Skip to content

Commit b9bc245

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

djangocms_frontend/contrib/carousel/cms_plugins.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ 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, # instance.parent or instance once django-cms 4.1 support can be dropped
89+
instance.parent.get_plugin_instance()[0] if instance.parent else instance,
90+
# instance.parent or instance once django-cms 4.1 support can be dropped
9091
"carousel",
9192
"slide",
9293
CAROUSEL_TEMPLATE_CHOICES,

0 commit comments

Comments
 (0)