diff --git a/ChatServiceApp/funcs.py b/ChatServiceApp/funcs.py index f4ab887..ec2d15d 100644 --- a/ChatServiceApp/funcs.py +++ b/ChatServiceApp/funcs.py @@ -113,6 +113,7 @@ def update_chat(data): if ticket: msgs = get_messages_for_ticket(ticket) context_Dict.update({'ticket': ticket}) + res_Dict.update({'ticket': ticket}) context_Dict.update({'messages': msgs}) chat_html = render_to_string(tpl_name, context_Dict)