This commit is contained in:
SBD
2023-11-25 15:37:37 +03:00
parent 237666d96f
commit 4f2c7aeb2c
2 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
<a href="/profile/logout/" class="text_btn_profile logout">
<span class="logout_span">
{% elif sel_page_name != 'logoout' %}
<a onclick="changeHrefCl()" data-href="{% url "profile_page" sel_page_name %}" class="text_btn_profile">
<a onclick="changeHrefCl(this)" data-href="{% url "profile_page" sel_page_name %}" class="text_btn_profile">
{% endif %}
{% endif %}
{{ title }}