This commit is contained in:
2023-08-08 16:26:18 +03:00
parent 014ccf8f45
commit 8f3773cda4
3 changed files with 17 additions and 6 deletions

View File

@@ -69,7 +69,7 @@
<div class="block-list-of-users">
<span class="title-list-of-users">Чаты:</span>
<div class="insert_users">
{% for receiver in receivers %}
{% for item in receivers %}
{% include "widgets/w_chat_right_panel_tickets.html" %}
{% endfor %}
</div>