0.2.6
chat v2
This commit is contained in:
@@ -38,12 +38,12 @@
|
|||||||
{# </div>#}
|
{# </div>#}
|
||||||
{#</div>#}
|
{#</div>#}
|
||||||
|
|
||||||
|
{% if cur_receiver %}
|
||||||
<div class="block-chat">
|
<div class="block-chat">
|
||||||
<div class="container-header-chat">
|
<div class="container-header-chat">
|
||||||
<div class="header-chat-left-part">
|
<div class="header-chat-left-part">
|
||||||
<img class="chat-avatar" src="{% static "delete_later/Avatar.png" %}">
|
<img class="chat-avatar" src="{% static "delete_later/Avatar.png" %}">
|
||||||
{# <span class="chat-username">{{ ticket.manager.last_name }} {{ ticket.manager.first_name }}</span>#}
|
{# <span class="chat-username">{{ ticket.manager.last_name }} {{ ticket.manager.first_name }}</span>#}
|
||||||
<span class="chat-username">{{ cur_receiver.last_name }} {{ cur_receiver.first_name }}</span>
|
<span class="chat-username">{{ cur_receiver.last_name }} {{ cur_receiver.first_name }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="header-chat-right-part">
|
<div class="header-chat-right-part">
|
||||||
@@ -65,7 +65,9 @@
|
|||||||
<button class="send-message" onclick="sendMessage(null,{{ user.id }},{{ cur_receiver.id }})"></button>
|
<button class="send-message" onclick="sendMessage(null,{{ user.id }},{{ cur_receiver.id }})"></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<div class="block-list-of-users">
|
<div class="block-list-of-users">
|
||||||
{% include "blocks/profile/b_list_of_users_messenger.html" %}
|
{% include "blocks/profile/b_list_of_users_messenger.html" %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user