diff --git a/static/js/user_profile.js b/static/js/user_profile.js index 7e58997..c51bdca 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -820,7 +820,7 @@ function RequestCommercialOffer (el){ $.ajax({ headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() }, - url: '/user_account/request_offer/', + url: '/user_account/send_message/', type: "POST", // async: true, cache: false,