0.0.139 upd for_customer page
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user