From de52548b36165adbe89e43a3f0eaf7abe0d1edc9 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 22 Jun 2023 17:38:26 +0300 Subject: [PATCH] 0.0.5 validation form --- static/js/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/header.js b/static/js/header.js index d3fb05c..885ee2c 100644 --- a/static/js/header.js +++ b/static/js/header.js @@ -18,7 +18,7 @@ function SendRegistrationForm(el){ // location.href = '/' }, error: function (data, exception){ - document.querySelector(".registration").innerHTML = data.html + document.querySelector(".registration").innerHTML = data.responseJSON.html } }); }