From 2f54a6dfc67bbfdd281c00caee3aa675c2eaa730 Mon Sep 17 00:00:00 2001 From: SDE Date: Fri, 8 Dec 2023 19:32:28 +0300 Subject: [PATCH] 0.1.7 chang order blocks on pages --- templates/pages/page_schemes/ps_projecting.html | 5 ++--- templates/pages/page_schemes/ps_services.html | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/pages/page_schemes/ps_projecting.html b/templates/pages/page_schemes/ps_projecting.html index 3578cc6..f70a0ea 100644 --- a/templates/pages/page_schemes/ps_projecting.html +++ b/templates/pages/page_schemes/ps_projecting.html @@ -1,9 +1,8 @@ {% include 'blocks/b_services_3cols_w_groups.html' %} +{% include "pages/content/c_blocks_constructor.html" %} {% if page.plugin_presentation.all %} {% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %} -{% endif %} - -{% include "pages/content/c_blocks_constructor.html" %} \ No newline at end of file +{% endif %} \ No newline at end of file diff --git a/templates/pages/page_schemes/ps_services.html b/templates/pages/page_schemes/ps_services.html index 9e86588..9423f39 100644 --- a/templates/pages/page_schemes/ps_services.html +++ b/templates/pages/page_schemes/ps_services.html @@ -1,9 +1,8 @@ {% include 'blocks/b_services_2_col_wo_group.html' %} +{% include "pages/content/c_blocks_constructor.html" %} {% if page.plugin_presentation.all %} {% include 'blocks/b_3d_s_d.html' with block=page.plugin_presentation.all.0 %} -{% endif %} - -{% include "pages/content/c_blocks_constructor.html" %} \ No newline at end of file +{% endif %} \ No newline at end of file