0.0.137 small upd styles.css

This commit is contained in:
2023-09-18 13:53:29 +03:00
parent 96c1b23362
commit ab84352918
6 changed files with 164 additions and 9 deletions

View File

@@ -2,9 +2,12 @@
{% block content %}
{% if page.url == 'for_movers' or page.url == 'for_customers' %}
{% if page.url == 'for_customers' %}
{% include "blocks/static_pages_blocks/b_customer_search.html" %}
{% endif %}
{% if 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 %}