0.0.332
This commit is contained in:
@@ -140,7 +140,7 @@ html, body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wrapper_content {
|
.wrapper_content {
|
||||||
margin: 55px auto;
|
margin: 0 auto;
|
||||||
max-width: 1280px;
|
max-width: 1280px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{% load static %}
|
{% load static %}
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="menu_profile {% if not page_type == 'profile' %}background{% endif %}">
|
<div class="menu_profile {% if not page_type == 'profile' %}background{% endif %}">
|
||||||
{% with title="Поиск посылки" img_path="/static/img/svg/MagnifyingGlass.svg"%}
|
{% with sel_page_name='create_route_for_mover' title="Профиль" img_path="/static/img/svg/User.svg"%}
|
||||||
{% include "widgets/profile/w_button_for_profile_menu.html" %}
|
{% include "widgets/profile/w_button_for_profile_menu.html" %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% with sel_page_name='create_route_for_customer' dom_id="customer" ajax_url="new_route_view" owner_type="customer" title="Разместить объявление как отправитель" img_path="/static/img/svg/PushPin.svg"%}
|
{% with sel_page_name='create_route_for_customer' dom_id="customer" ajax_url="new_route_view" owner_type="customer" title="Разместить объявление как отправитель" img_path="/static/img/svg/PushPin.svg"%}
|
||||||
|
|||||||
Reference in New Issue
Block a user