0.0.6 registration page update, added separate footer and header files

This commit is contained in:
2023-07-10 13:05:48 +03:00
parent 957065a091
commit da67b17fff
7 changed files with 987 additions and 135 deletions

View File

@@ -18,7 +18,7 @@ function SendRegistrationForm(el){
// location.href = '/'
},
error: function (data, exception){
document.querySelector(".registration").innerHTML = data.responseJSON.html
document.querySelector(".register").innerHTML = data.responseJSON.html
}
});
}