Merge pull request #3191 from jaydarius/master

replace "otherwise" with "or" to complete the "either" statement in templates doc
This commit is contained in:
David Lord 2019-05-13 06:45:13 -07:00 committed by GitHub
commit 49a0464e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ specific sections.
:data:`g` is automatically available in templates. Based on if
``g.user`` is set (from ``load_logged_in_user``), either the username
and a log out link are displayed, otherwise links to register and log in
and a log out link are displayed, or links to register and log in
are displayed. :func:`url_for` is also automatically available, and is
used to generate URLs to views instead of writing them out manually.