mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-18 17:56:44 +00:00
Fix availiable → available (#491)
This commit is contained in:
parent
bb9a62f71b
commit
b999f8d39f
@ -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…
x
Reference in New Issue
Block a user