0.0.332
This commit is contained in:
@@ -140,7 +140,7 @@ html, body{
|
||||
}
|
||||
|
||||
.wrapper_content {
|
||||
margin: 55px auto;
|
||||
margin: 0 auto;
|
||||
max-width: 1280px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% load static %}
|
||||
{% csrf_token %}
|
||||
<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" %}
|
||||
{% 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"%}
|
||||
|
||||
Reference in New Issue
Block a user