Skip to content

Commit

Permalink
Errata
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankerL committed May 6, 2019
1 parent 21750a8 commit 8da4a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/form/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from wtforms.validators import DataRequired, Length, ValidationError, Email


# 4.3.1 basic form example
# 4.2.1 basic form example
class LoginForm(FlaskForm):
username = StringField('Username', validators=[DataRequired()])
password = PasswordField('Password', validators=[DataRequired(), Length(8, 128)])
Expand Down

0 comments on commit 8da4a2c

Please sign in to comment.