diff --git a/webapp_login.py b/webapp_login.py index 758f13095..9e903e0a4 100644 --- a/webapp_login.py +++ b/webapp_login.py @@ -132,7 +132,7 @@ def html_login(translate: {}, translate[idx] + \ '

' register_button_str = \ - '' tos_str = \ @@ -144,7 +144,7 @@ def html_login(translate: {}, login_button_str = '' if accounts > 0: login_button_str = \ - '' autocomplete_nickname_str = 'autocomplete="username"' @@ -177,14 +177,14 @@ def html_login(translate: {}, translate['Nickname'] + '\n' + \ ' \n' + \ '\n' + \ ' \n' + \ ' \n' + \ + 'pattern="{8,256}" name="password" tabindex="1" required>\n' + \ login_button_str + register_button_str + '\n' + \ ' \n' + \ '\n' + \