Fix typo in error message
This commit is contained in:
parent
dd2f0fdc4d
commit
042a26c7bd
1 changed files with 1 additions and 1 deletions
2
index.py
2
index.py
|
@ -76,7 +76,7 @@ def main():
|
|||
else:
|
||||
main_content = read_template_file('fail.tpl', message='User not found or wrong password entered.')
|
||||
else:
|
||||
main_content = read_template_file('fail.tpl', message='Passwords to not match.')
|
||||
main_content = read_template_file('fail.tpl', message='Passwords do not match.')
|
||||
elif form_ok == False:
|
||||
main_content = read_template_file('fail.tpl', message='All fields are required.')
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue