mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-03-01 03:18:42 +00:00
Edit main.py grammar
This commit is contained in:
parent
92c741e0be
commit
19a74dd680
@ -70,9 +70,9 @@ def login():
|
|||||||
login_user(user)
|
login_user(user)
|
||||||
return redirect(url_for('dashboard'))
|
return redirect(url_for('dashboard'))
|
||||||
else:
|
else:
|
||||||
flash("Incorrect Password! Please Try again")
|
flash("Incorrect password! Please try again.")
|
||||||
else:
|
else:
|
||||||
flash("This email is not registered. Try Signing Up!")
|
flash("This email is not registered. Try signing up!")
|
||||||
|
|
||||||
return render_template('login.html', form=form)
|
return render_template('login.html', form=form)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user