header links
This commit is contained in:
SDE
2023-09-04 12:13:56 +03:00
parent 7dd1fe5dfe
commit ebc9bacbf1

View File

@@ -8,27 +8,27 @@
onmouseleave="hideMenu(event)"
class="dropdown-content"
>
<a href="#">Главная</a>
<a href="#">Для отправителя</a>
<a href="#">Для перевозчика</a>
<a href="#">О Trip With Bonus</a>
<a href="#">Контакты</a>
<a href="#">Реклама</a>
<a href="#">Новости</a>
<a href="#">Служба поддержки</a>
<a href="#">Партнерам</a>
<a href="/">Главная</a>
<a href="{% url 'static_page' 'for_movers' %}">Для отправителя</a>
<a href="{% url 'static_page' 'for_customers' %}">Для перевозчика</a>
<a href="{% url "static_page" "about_service" %}">О Trip With Bonus</a>
<a href="{% url 'static_page' 'contacts' %}">Контакты</a>
<a href="{% url 'static_page' 'advertisement' %}">Реклама</a>
<a href="{% url "articles" %}">Новости</a>
<a href="{% url 'static_page' 'customer_service' %}">Служба поддержки</a>
<a href="{% url "static_page" "partners" %}">Партнерам</a>
</div>
</div>
<div><a href="#">Перевезти посылку</a></div>
<div><a href="#">Отправить посылку</a></div>
<div><a href="{% url 'profile_page' 'create_route_for_mover' %}">Перевезти посылку</a></div>
<div><a href="{% url 'profile_page' 'create_route_for_customer' %}">Отправить посылку</a></div>
</div>
<div class="header-second">
<div class="header-second-item">
<a href="#"><img src="/static/img/png/ru.png" alt=""></a>
</div>
<div><img class="svg" src="/static/img/svg/Helpdesk_%20Icon.svg"><a href="#">Служба поддержки</a></div>
<div><img class="svg" src="/static/img/svg/Helpdesk_%20Icon.svg"><a href="{% url 'static_page' 'customer_service' %}">Служба поддержки</a></div>
{% if user.is_authenticated %}
<a class="button_profile_header" data-user-id="{{ user.id }}"