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.
1 parent 4ed4f8f commit cb61660Copy full SHA for cb61660
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