0.0.17 bg_color for block

This commit is contained in:
SDE
2023-11-28 13:27:27 +03:00
parent 852368f4bd
commit 5caf539c2f
4 changed files with 28 additions and 23 deletions

View File

@@ -6,7 +6,10 @@
{% include 'blocks/b_photo150_n_title.html' %}
{% elif block.block_type == 'how_work' %}
{% include 'blocks/b_how_with_us_working.html' %}
{% elif block.block_type == 'feedback_form' %}
{% include 'forms/f_consultation.html' %}
{% endif %}
{% endfor %}
{% if cur_section.plugin_presentation.all %}
{% include 'blocks/b_3d_s_d.html' with block=cur_section.plugin_presentation.all.0 %}