Fix typo in docs/tutorial/templates.rst (#2186)
This commit is contained in:
parent
eaba4a73aa
commit
dc5f48f587
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue