0.0.139 upd for_customer page

This commit is contained in:
2023-09-18 17:19:01 +03:00
parent de34cedacf
commit 914133e73e
7 changed files with 129 additions and 88 deletions

View File

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