From 1ea38af75fa91278d5bf7b01d8f5fc58a57961d3 Mon Sep 17 00:00:00 2001 From: borissedw Date: Sun, 6 Aug 2023 13:37:07 +0300 Subject: [PATCH] 0.0.41 --- static/js/user_profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index f361e3e..899e7c6 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -1,7 +1,7 @@ function writeMessage(){ $.ajax({ headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() }, - url: '/ru/user_account/new_msg_to_user/', + url: '/ru/user_account/chats/', type: "POST", // async: true, cache: false,