localization for ajax
This commit is contained in:
SDE
2023-10-18 12:06:17 +03:00
parent 735a84bf9a
commit 9c24034776
7 changed files with 32 additions and 28 deletions

View File

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