Browse Source

Merge pull request #2872 from cktan98/master

Fix grammatical error
pull/2873/head
David Lord 6 years ago committed by GitHub
parent
commit
7d9dcfa294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/tutorial/views.rst

2
docs/tutorial/views.rst

@ -157,7 +157,7 @@ Here's what the ``register`` view function is doing:
stores messages that can be retrieved when rendering the template. stores messages that can be retrieved when rendering the template.
#. When the user initially navigates to ``auth/register``, or #. When the user initially navigates to ``auth/register``, or
there was an validation error, an HTML page with the registration there was a validation error, an HTML page with the registration
form should be shown. :func:`render_template` will render a template form should be shown. :func:`render_template` will render a template
containing the HTML, which you'll write in the next step of the containing the HTML, which you'll write in the next step of the
tutorial. tutorial.

Loading…
Cancel
Save