This commit is contained in:
SBD
2023-11-28 15:34:31 +03:00
parent 78181b075d
commit 02e708d664
5 changed files with 7 additions and 1 deletions

View File

@@ -710,4 +710,5 @@ body,html{
.txt_footer{
padding-bottom: 5px;
}
}

View File

View File

@@ -0,0 +1 @@
{% load static %}

View File

@@ -8,8 +8,11 @@
{% 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 %}
{% if cur_section.plugin_presentation.all %}
{% include 'blocks/b_3d_s_d.html' with block=cur_section.plugin_presentation.all.0 %}

View File

@@ -10,6 +10,7 @@
<link rel="stylesheet" href="{% static "aerbimCSS.css" %}">
<script src="{% static "jquery_v3_6_4.js" %}"></script>
<script src="{% static "aerbimJS.js" %}"></script>
<meta name="viewport" content="width=100%,maximum-scale=5,minimum-scale=1,initial-scale=1">
</head>
<body>