1.7.7 fix js dublicates login section

This commit is contained in:
SDE
2024-10-21 13:24:08 +03:00
parent a315a52791
commit a839114cdf
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ function SendLoginForm(el){
},
error: function (data, exception){
document.querySelector(".login").innerHTML = data.responseJSON.html
document.querySelector(".wrapper_content").innerHTML = data.responseJSON.html
document.getElementsByClassName('recovery')[0].classList.remove('hide')
}
});

View File

@@ -5,7 +5,7 @@
{% trans "Пароль" as p_password %}
<section class="login">
<h1>{% translate "Войдите в профиль" %}</h1>
<h1>{% translate "Войдите в профиль" %}</h1>
<form class="login_form" name="login_form" method="post">