Correct spelling mistakes. (#495)

This commit is contained in:
Edward Betts
2018-05-28 12:54:54 +01:00
committed by Arylide
parent b999f8d39f
commit d407f09cab
3 changed files with 4 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ def password_reset(payload=None):
@bp.route('/profile', methods=['GET', 'POST'])
def profile():
if not flask.g.user:
# so we dont get stuck in infinite loop when signing out
# so we don't get stuck in infinite loop when signing out
return flask.redirect(flask.url_for('main.home'))
form = forms.ProfileForm(flask.request.form)