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,