send msg
This commit is contained in:
SDE
2023-08-02 16:29:24 +03:00
parent 09f277a033
commit 406d7f7bc6
5 changed files with 52 additions and 45 deletions

View File

@@ -102,6 +102,7 @@ def support_show_chat_by_ticket_ajax(request):
Dict = {
'ticket': obj
}
Dict.update(get_ticketsDict_for_staff(request.user))
tpl_name = 'blocks/profile/b_support_chat.html'