This commit is contained in:
2023-11-06 16:40:29 +03:00
parent c68c7b6109
commit bc170e982f
2 changed files with 2 additions and 2 deletions

View File

@@ -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"%}