chat routines
This commit is contained in:
SDE
2023-08-08 16:39:01 +03:00
parent 8f3773cda4
commit 0d545172d6
4 changed files with 21 additions and 3 deletions

View File

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

View File

@@ -2,7 +2,7 @@
{% if not messages %}
{% if not messages and ticket %}
{% include "widgets/w_message.html" %}
{% else %}
{% for msg in messages %}