Browse Source

Fix typo in docs/tutorial/templates.rst (#2186)

pull/2187/head
Timothy John Perisho Eccleston 8 years ago committed by Adrian
parent
commit
dc5f48f587
  1. 2
      docs/tutorial/templates.rst

2
docs/tutorial/templates.rst

@ -59,7 +59,7 @@ show_entries.html
This template extends the :file:`layout.html` template from above to display the
messages. Note that the ``for`` loop iterates over the messages we passed
in with the :func:`~flask.render_template` function. Notice that the form is
configured to to submit to the `add_entry` view function and use ``POST`` as
configured to submit to the `add_entry` view function and use ``POST`` as
HTTP method:
.. sourcecode:: html+jinja

Loading…
Cancel
Save