dev #19

Merged
sysadminix merged 5 commits from dev into main 2024-10-22 16:50:20 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a839114cdf - Show all commits

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">