Skip to content
Snippets Groups Projects
Commit 6bd1bd89 authored by Jingjing Wu's avatar Jingjing Wu
Browse files

Update routes.py

parent f9a829b2
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ def login():
else:
return redirect(url_for('main.home'))
else:
flash('Login Unseccessful. Please check email and password.', 'danger')
flash('Login Unsuccessful. Please check email and password.', 'danger')
return render_template('login.html', title='Login', form=form)
@users.route("/logout")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment