This commit is contained in:
SBD
2023-11-19 18:03:49 +03:00
parent 3660f5af6d
commit 9d90138847
3 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{% load static %}
<div class="menu_buttons curtain left open" data-name="<img style='width: 25px;display: block;position: relative;bottom: 2px;' src='{% static "/img/svg/group.png" %}'>">
<div class="menu_buttons curtain left {% if not cur_receiver %}open{% else %}close{% endif %}" data-name="<img style='width: 25px;display: block;position: relative;bottom: 2px;' src='{% static "/img/svg/group.png" %}'>">
<div class="container_block_list_of_users">
{% include 'blocks/profile/b_list_of_users_messenger.html' %}
</div>