This commit is contained in:
SBD
2023-11-29 13:14:41 +03:00
parent 98b4e5fbf6
commit fc2be35f61
7 changed files with 142 additions and 12 deletions

View File

@@ -18,11 +18,7 @@
{% include 'blocks/b_how_dev.html' %}
{% elif block.block_type == 'present_technology_block' %}
{% include 'blocks/b_present_technology.html' %}
{% elif block.block_type == 'present_technology_block' %}
{% include 'blocks/b_present_technology.html' %}
{% endif %}
{% endfor %}
{% if page.plugin_presentation.all %}
{% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %}