chat v3
This commit is contained in:
SDE
2023-08-13 13:25:21 +03:00
parent 0a8151f8fa
commit a5362bd2ad
11 changed files with 143 additions and 92 deletions

View File

@@ -103,7 +103,7 @@ def send_msg(data):
})
html = render_to_string(tpl_name, res_Dict)
return {'html': html}
return {'html': html, 'sender': data['sender']}
except Exception as e:
msg = f'send_msg_ajax Error = {str(e)}'