0.8.392
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
{% if user.is_authenticated %}
|
||||
{# boris changed #}
|
||||
<div class="cont_header_btn_profile">
|
||||
<div class="button_profile_header" {% if not page_type == 'profile' %}onclick="open_curtain(null,'right')"{% endif %} data-user-id="{{ user.id }}">
|
||||
<div class="button_profile_header" {% if not page_type == 'profile' %}onclick="open_curtain_w_btn_profile()"{% endif %} data-user-id="{{ user.id }}">
|
||||
{# <div class="button_profile_header" onclick="open_curtain(null,'right')" data-user-id="{{ user.id }}">#}
|
||||
|
||||
<span class="btn_profile_name">
|
||||
@@ -74,7 +74,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="button_profile_header_mobile" onclick="open_curtain(null,'right')">
|
||||
<div class="button_profile_header_mobile" onclick="open_curtain_w_btn_profile()">
|
||||
<img src="/static/img/svg/userMobile.svg" alt="">
|
||||
</div>
|
||||
{# <div class="menu_profile_btn">#}
|
||||
|
||||
Reference in New Issue
Block a user