This commit is contained in:
SBD
2023-11-28 16:48:47 +03:00
parent 8f9340beb3
commit e2ad3fa05c
3 changed files with 11 additions and 3 deletions

View File

@@ -1 +1,7 @@
{% load static %}
<div>
<div>{{ block.name }}</div>
<div>
</div>
</div>

View File

@@ -13,6 +13,8 @@
{% 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 %}