mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-03-12 22:06:55 +02:00
Fix availiable → available (#491)
This commit is contained in:
parent
bb9a62f71b
commit
b999f8d39f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class RegisterForm(FlaskForm):
|
||||||
DataRequired(),
|
DataRequired(),
|
||||||
Length(min=3, max=32),
|
Length(min=3, max=32),
|
||||||
stop_on_validation_error(_username_validator),
|
stop_on_validation_error(_username_validator),
|
||||||
Unique(User, User.username, 'Username not availiable')
|
Unique(User, User.username, 'Username not available')
|
||||||
])
|
])
|
||||||
|
|
||||||
email = StringField('Email address', [
|
email = StringField('Email address', [
|
||||||
|
|
Loading…
Add table
Reference in a new issue