0.0.295
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{% if user.is_staff or ticket.manager %}
|
||||
<div class="container-header-chat">
|
||||
<div class="header-chat-left-part">
|
||||
<img class="chat-avatar" src="{% static "delete_later/Avatar.png" %}">
|
||||
<img class="chat-avatar" {% if cur_receiver.user_profile.avatar %}src="{{ cur_receiver.user_profile.avatar.url }}"{% else %}src="{% static "img/svg/User.svg" %}"{% endif %}>
|
||||
<span class="chat-username">{{ cur_receiver.last_name }} {{ cur_receiver.first_name }}</span>
|
||||
</div>
|
||||
<div class="header-chat-right-part">
|
||||
|
||||
Reference in New Issue
Block a user