From e2ad3fa05c8e5f77c018137eaa600e31ecbb77ac Mon Sep 17 00:00:00 2001 From: SBD Date: Tue, 28 Nov 2023 16:48:47 +0300 Subject: [PATCH] 0.0.42 --- templates/blocks/b_how_dev.html | 8 +++++++- templates/pages/content/c_blocks_constructor.html | 2 +- templates/pages/p_section.html | 4 +++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/templates/blocks/b_how_dev.html b/templates/blocks/b_how_dev.html index b0797a4..d1f68a2 100644 --- a/templates/blocks/b_how_dev.html +++ b/templates/blocks/b_how_dev.html @@ -1 +1,7 @@ -{% load static %} \ No newline at end of file +{% load static %} +
+
{{ block.name }}
+
+ +
+
\ No newline at end of file diff --git a/templates/pages/content/c_blocks_constructor.html b/templates/pages/content/c_blocks_constructor.html index 747d651..eb97bf9 100644 --- a/templates/pages/content/c_blocks_constructor.html +++ b/templates/pages/content/c_blocks_constructor.html @@ -1,7 +1,7 @@ {% include 'blocks/dynamic/b_sections_buttons.html' %} {% if services_view_scheme == '3_cols_w_group' %} {% include 'blocks/b_service.html' %} - {% elif services_view_scheme == '2_cols_wo_group' %} +{% elif services_view_scheme == '2_cols_wo_group' %} {% include 'blocks/b_service_2_col.html' %} {% endif %} diff --git a/templates/pages/p_section.html b/templates/pages/p_section.html index d9ba612..06db29c 100644 --- a/templates/pages/p_section.html +++ b/templates/pages/p_section.html @@ -3,7 +3,7 @@ {% include 'blocks/dynamic/b_sections_buttons.html' %} {% if services_view_scheme == '3_cols_w_group' %} {% include 'blocks/b_service.html' %} - {% elif services_view_scheme == '2_cols_wo_group' %} + {% elif services_view_scheme == '2_cols_wo_group' %} {% include 'blocks/b_service_2_col.html' %} {% endif %} {% for block in page.blocks.all %} @@ -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 %}