0.0.35
This commit is contained in:
@@ -710,4 +710,5 @@ body,html{
|
||||
|
||||
.txt_footer{
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
0
static/aerbimCSSMOBILE.css
Normal file
0
static/aerbimCSSMOBILE.css
Normal file
1
templates/blocks/b_how_dev.html
Normal file
1
templates/blocks/b_how_dev.html
Normal file
@@ -0,0 +1 @@
|
||||
{% load static %}
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user