diff --git a/templates/blocks/b_slider.html b/templates/blocks/b_slider.html index 6c3b119..3754f68 100644 --- a/templates/blocks/b_slider.html +++ b/templates/blocks/b_slider.html @@ -25,7 +25,7 @@
{% endif %} {% if slide.but_title %} - {% with slide as widget name_w='slide' %} + {% with slide=widget name_w='slide' %} {% include 'blocks/block_elements/be_button.html' %} {% endwith %} {% endif %}