This commit is contained in:
2023-09-27 17:00:24 +03:00
parent a56c8c2609
commit 571c0d08e0
5 changed files with 3 additions and 8 deletions

View File

@@ -57,7 +57,7 @@
<a class="btn_menu_profile" href="{% url 'profile_page' 'create_route_for_customer' %}">Отправить посылку</a>
<a class="btn_menu_profile" href="{% url 'profile_page' 'my_routes' %}" >Мои объявления</a>
<div class="separator_menu_profile"></div>
<button class="btn_menu_profile">Выйти из профиля</button>
<a href="/profile/logout" class="btn_menu_profile">Выйти из профиля</a>
</div>
</div>
{# end #}