Skip to content

Commit 583c5f7

Browse files
committed
Merge branch 'master' of github.com:mitsuhiko/flask
2 parents 174f322 + 6dec92d commit 583c5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/wtforms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Forms
2626

2727
This is an example form for a typical registration page::
2828

29-
from wtforms import Form, BooleanField, TextField, validators
29+
from wtforms import Form, BooleanField, TextField, PasswordField, validators
3030

3131
class RegistrationForm(Form):
3232
username = TextField('Username', [validators.Length(min=4, max=25)])

0 commit comments

Comments
 (0)