mirror of https://gitlab.com/bashrc2/epicyon
Switch button order
parent
5a735e46ca
commit
85da467df1
|
@ -1661,7 +1661,7 @@ def htmlLogin(translate: {}, baseDir: str, autocomplete=True) -> str:
|
|||
' <input type="password" ' + autocompleteStr + \
|
||||
' placeholder="' + translate['Enter Password'] + \
|
||||
'" name="password" required>'
|
||||
loginForm += registerButtonStr + loginButtonStr
|
||||
loginForm += loginButtonStr + registerButtonStr
|
||||
loginForm += ' </div>'
|
||||
loginForm += '</form>'
|
||||
loginForm += \
|
||||
|
|
Loading…
Reference in New Issue