File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Existing components can be extended through two type of class mixins.
88``djangocms-frontend `` looks for these mixins in two places:
99
1010#. In the theme module. Its name is specified by the setting
11- ``DJANGOCMS_FRONTEND_THEME `` and defaults to ``djangocms_frontend ``.
11+ ``DJANGOCMS_FRONTEND_THEME `` and defaults to ``theme ``.
1212 For a theme app called ``theme `` and the bootstrap5 framework this
1313 would be ``theme.frontends.bootstrap5.py ``.
1414
@@ -233,9 +233,9 @@ Then, a new template is needed (in
233233 backdrop-filter: blur({{ instance.container_blur }}px);
234234 {% endif %}"
235235 {% endif %}>
236- {% if instance.image %}
236+ {% if instance.container_image %}
237237 <div class="image"
238- style="background-image: url('{{ instance.image .url }}');
238+ style="background-image: url('{{ instance.container_image .url }}');
239239 background-position: {{ instance.image_position|default:'center center' }};
240240 background-repeat: no-repeat;background-size: cover;
241241 {% if instance.container_blur %}
You can’t perform that action at this time.
0 commit comments