This commit is contained in:
2023-11-11 15:33:07 +03:00
parent 335af09596
commit 1aea397f9a

View File

@@ -10,7 +10,7 @@
<span class="text_btn_profile">
{% else %}
{% if sel_page_name == 'logout' %}
<a href="{% url "profile" sel_page_name %}" class="text_btn_profile">
<a href="/profile/logout/" class="text_btn_profile">
{% endif %}
{% if sel_page_name != 'logoout' %}
<a href="{% url "profile_page" sel_page_name %}" class="text_btn_profile">