0.0.42
This commit is contained in:
@@ -1 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
|
<div>
|
||||||
|
<div>{{ block.name }}</div>
|
||||||
|
<div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{% include 'blocks/dynamic/b_sections_buttons.html' %}
|
{% include 'blocks/dynamic/b_sections_buttons.html' %}
|
||||||
{% if services_view_scheme == '3_cols_w_group' %}
|
{% if services_view_scheme == '3_cols_w_group' %}
|
||||||
{% include 'blocks/b_service.html' %}
|
{% 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' %}
|
{% include 'blocks/b_service_2_col.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{% include 'blocks/dynamic/b_sections_buttons.html' %}
|
{% include 'blocks/dynamic/b_sections_buttons.html' %}
|
||||||
{% if services_view_scheme == '3_cols_w_group' %}
|
{% if services_view_scheme == '3_cols_w_group' %}
|
||||||
{% include 'blocks/b_service.html' %}
|
{% 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' %}
|
{% include 'blocks/b_service_2_col.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for block in page.blocks.all %}
|
{% for block in page.blocks.all %}
|
||||||
@@ -13,6 +13,8 @@
|
|||||||
{% include 'blocks/b_how_with_us_working.html' %}
|
{% include 'blocks/b_how_with_us_working.html' %}
|
||||||
{% elif block.block_type == 'feedback_form' %}
|
{% elif block.block_type == 'feedback_form' %}
|
||||||
{% include 'forms/f_consultation.html' %}
|
{% include 'forms/f_consultation.html' %}
|
||||||
|
{% elif block.block_type == 'how_dev' %}
|
||||||
|
{% include 'blocks/b_how_dev.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user