0.0.85
This commit is contained in:
@@ -67,11 +67,5 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="block-list-of-users">
|
||||
<span class="title-list-of-users">Чаты:</span>
|
||||
<div class="insert_users">
|
||||
{% for item in receivers %}
|
||||
{% include "widgets/w_chat_right_panel_users.html" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% include "blocks/profile/b_list_of_users_messenger.html" %}
|
||||
</div>
|
||||
|
||||
|
||||
8
templates/blocks/profile/b_list_of_users_messenger.html
Normal file
8
templates/blocks/profile/b_list_of_users_messenger.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% load static %}
|
||||
|
||||
<span class="title-list-of-users">Чаты:</span>
|
||||
<div class="insert_users">
|
||||
{% for item in receivers %}
|
||||
{% include "widgets/w_chat_right_panel_users.html" %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user