We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38bfb61 + cb61660 commit aa3de56Copy full SHA for aa3de56
flask_wtforms_tutorial/templates/contact.jinja2
@@ -8,6 +8,7 @@
8
<div class="formwrapper">
9
<h2 class="title">Contact</h2>
10
<form method="POST" action="/">
11
+ {{ form.csrf_token }}
12
<div class="form-field">{{ form.name.label }} {{ form.name(size=20) }}
13
{% if form.name.errors %}
14
<ul class="errors">
0 commit comments