0.0.142 upd static pages

This commit is contained in:
2023-09-19 16:12:13 +03:00
parent b33664d3c1
commit ce67fddcc9
6 changed files with 56 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
{% if page.url == 'for_customers' or page.url == 'for_movers' %}
{% include "blocks/static_pages_blocks/b_mover_search.html" %}
{% endif %}
{% if page.url == 'advertisement' %}
{% include "blocks/static_pages_blocks/b_advertisement.html" %}
{% endif %}
@@ -19,4 +18,5 @@
{% include "blocks/static_pages_blocks/b_contacts.html" %}
{% endif %}
{% endblock %}