From 51598dc0227db78624a30528bdf9848799b28bf9 Mon Sep 17 00:00:00 2001 From: borissedw Date: Sun, 22 Oct 2023 13:52:44 +0300 Subject: [PATCH] 0.0.291 --- static/js/user_profile_2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index eece650..540f940 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -238,7 +238,7 @@ async function upload_photo_f_profile (el,files) { // if (files){ $.ajax({ headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() }, - url: '/change_avatar_confirm/', + url: '/user_account/change_avatar_confirm/', type: "POST", // async: true, cache: false,