Switch button order

main
Bob Mottram 2020-07-25 11:22:50 +01:00
parent 5a735e46ca
commit 85da467df1
1 changed files with 1 additions and 1 deletions

View File

@ -1661,7 +1661,7 @@ def htmlLogin(translate: {}, baseDir: str, autocomplete=True) -> str:
' <input type="password" ' + autocompleteStr + \ ' <input type="password" ' + autocompleteStr + \
' placeholder="' + translate['Enter Password'] + \ ' placeholder="' + translate['Enter Password'] + \
'" name="password" required>' '" name="password" required>'
loginForm += registerButtonStr + loginButtonStr loginForm += loginButtonStr + registerButtonStr
loginForm += ' </div>' loginForm += ' </div>'
loginForm += '</form>' loginForm += '</form>'
loginForm += \ loginForm += \