0.0.10
registration form routines
This commit is contained in:
@@ -4,7 +4,7 @@ function SendRegistrationForm(el){
|
||||
let formData = new FormData(form);
|
||||
|
||||
$.ajax({
|
||||
headers: { "X-CSRFToken": '{{csrf_token}}' },
|
||||
headers: { "X-CSRFToken": $('input[name=csrfmiddlewaretoken]').val() },
|
||||
url: '/ru/user_account/registration/',
|
||||
type: "POST",
|
||||
// async: true,
|
||||
|
||||
Reference in New Issue
Block a user