Merge remote-tracking branch 'origin/main'

This commit is contained in:
SBD
2023-11-28 13:28:21 +03:00
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 %}