This commit is contained in:
SBD
2024-02-20 19:31:10 +03:00
parent c146bd6155
commit 2048ed6baf
4 changed files with 32 additions and 5 deletions

View File

@@ -411,7 +411,7 @@ def support_show_chat_by_ticket_ajax(request):
Dict.update(get_ticketsDict_for_staff(request.user))
tpl_name = 'blocks/profile/b_support_chat.html'
Dict.update(get_user_timezone_Dict(request.user, request=request))
html = render_to_string(tpl_name, Dict, request=request)
return JsonResponse({'html': html}, status=200)