You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instance.parent seems to refer to the CMSPlugin model which does not have a "template" field (should refer to CarouselPlugin).
Therefore get_plugin_template() falls back to first_choice() and retrieves the wrong (first) slide.html, if you have multiple Carousel Templates defined in DJANGOCMS_FRONTEND_CAROUSEL_TEMPLATES.