Merge pull request #2747 from aaronchall/patch-1

add missing port to localhost URL
This commit is contained in:
David Lord 2018-04-30 19:02:07 -07:00 committed by GitHub
commit 0be95569ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ the following into the ``flaskr/static/style.css`` file:
You can find a less compact version of ``style.css`` in the
:gh:`example code <examples/tutorial/flaskr/static/style.css>`.
Go to http://127.0.0.1/auth/login and the page should look like the
Go to http://127.0.0.1:5000/auth/login and the page should look like the
screenshot below.
.. image:: flaskr_login.png