chat routines
This commit is contained in:
SDE
2023-08-02 17:44:11 +03:00
parent 76112fab8e
commit e34a841264
5 changed files with 24 additions and 14 deletions

View File

@@ -49,7 +49,7 @@ def support_tickets_ajax(request):
tickets = MsgGroup.objects.filter(enable=True, owner=request.user)
Dict = {
'tickets': tickets
'tickets': tickets,
}
tpl_name = 'blocks/profile/b_support_tickets.html'