POST -> post in HTML
This commit is contained in:
parent
50a3313071
commit
4ff9493e57
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ takes advantage of the `_formhelpers.html` template:
|
|||
.. sourcecode:: html+jinja
|
||||
|
||||
{% from "_formhelpers.html" import render_field %}
|
||||
<form method="POST" action="/register">
|
||||
<form method="post" action="/register">
|
||||
<dl>
|
||||
{{ render_field(form.username) }}
|
||||
{{ render_field(form.email) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue