0.1.35
chat routines
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<div class="insert_users">
|
||||
{% if tickets_wo_manager %}
|
||||
{% for item in tickets_wo_manager %}
|
||||
{% include "widgets/w_tab_user.html" %}
|
||||
{% include "widgets/w_chat_right_panel_tickets.html" %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<span class="title-list-of-users">Тикеты в работе</span>
|
||||
{% if tickets_for_manager %}
|
||||
{% for item in tickets_for_manager %}
|
||||
{% include "widgets/w_tab_user.html" %}
|
||||
{% include "widgets/w_chat_right_panel_tickets.html" %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user