This commit is contained in:
2023-11-30 18:07:04 +03:00
parent 1976a4c1dc
commit ce68dbee8a
3 changed files with 5 additions and 17 deletions

View File

@@ -109,7 +109,7 @@ def send_message_ajax(request):
html_content=html
)
html = render_to_string('widgets/w_msg_send_succes.html', Dict, request)
html = render_to_string('widgets/w_msg_send_success.html', Dict, request)
return JsonResponse({
'status': 'sended',