From 6191980dc72fe0e55e317f868fd85a4b9208ebbd Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 30 Nov 2023 15:01:22 +0300 Subject: [PATCH] 0.0.278 --- 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 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,