This commit is contained in:
SBD
2023-11-28 15:34:31 +03:00
parent 78181b075d
commit 02e708d664
5 changed files with 7 additions and 1 deletions

View File

@@ -8,8 +8,11 @@
{% include 'blocks/b_how_with_us_working.html' %}
{% elif block.block_type == 'feedback_form' %}
{% include 'forms/f_consultation.html' %}
{% elif block.block_type == 'how_dev' %}
{% include 'blocks/b_how_dev.html' %}
{% endif %}
{% endfor %}
{% if cur_section.plugin_presentation.all %}
{% include 'blocks/b_3d_s_d.html' with block=cur_section.plugin_presentation.all.0 %}