forked from orbit-oss/flask
Merge pull request #692 from mikegagnon/patch-1
fix typo in quickstart guide
This commit is contained in:
commit
0a29c295cd
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ attributes mentioned above::
|
||||||
return log_the_user_in(request.form['username'])
|
return log_the_user_in(request.form['username'])
|
||||||
else:
|
else:
|
||||||
error = 'Invalid username/password'
|
error = 'Invalid username/password'
|
||||||
# the code below this is executed if the request method
|
# the code below is executed if the request method
|
||||||
# was GET or the credentials were invalid
|
# was GET or the credentials were invalid
|
||||||
return render_template('login.html', error=error)
|
return render_template('login.html', error=error)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue