0.3.4
chat v3
This commit is contained in:
@@ -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)}'
|
||||
|
||||
Reference in New Issue
Block a user