0.1.47
chat routines
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
|
||||
{% if not messages %}
|
||||
{% if not messages and ticket %}
|
||||
{% include "widgets/w_message.html" %}
|
||||
{% else %}
|
||||
{% for msg in messages %}
|
||||
|
||||
Reference in New Issue
Block a user