0.0.5 validation form
This commit is contained in:
@@ -18,7 +18,7 @@ function SendRegistrationForm(el){
|
|||||||
// location.href = '/'
|
// location.href = '/'
|
||||||
},
|
},
|
||||||
error: function (data, exception){
|
error: function (data, exception){
|
||||||
document.querySelector(".registration").innerHTML = data.html
|
document.querySelector(".registration").innerHTML = data.responseJSON.html
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user