This commit is contained in:
2023-10-22 13:52:44 +03:00
parent f620cd26af
commit 51598dc022

View File

@@ -238,7 +238,7 @@ async function upload_photo_f_profile (el,files) {
// if (files){ // if (files){
$.ajax({ $.ajax({
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() }, headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
url: '/change_avatar_confirm/', url: '/user_account/change_avatar_confirm/',
type: "POST", type: "POST",
// async: true, // async: true,
cache: false, cache: false,