chat routines
This commit is contained in:
SDE
2023-08-08 17:54:36 +03:00
parent e21d392ee2
commit ac57eceb66
2 changed files with 25 additions and 9 deletions

View File

@@ -46,7 +46,7 @@
</div>
<div class="footer-chat{% if user.is_staff or ticket.manager %} hide{% endif %}">
<div class="footer-chat{% if not new_msg_allow %} hide{% endif %}">
<div class="left-part-block-enter-message">
<input class="enter-message-inp" onkeypress="sendMessageEnter(event,{{ ticket.id }},{{ user.id }},{{ ticket.owner.id }})" placeholder="Отправить сообщение">
</div>