This commit is contained in:
SBD
2023-12-08 17:44:49 +03:00
parent e5d36c798d
commit 413233cc16
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
<div class="description_slide">{{ slide.description|linebreaksbr }}</div>
{% endif %}
{% if slide.but_title %}
{% with slide=widget name_w='slide' %}
{% with widget=slide name_w='slide' %}
{% include 'blocks/block_elements/be_button.html' %}
{% endwith %}
{% endif %}