mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2025-02-03 20:01:36 +00:00
Fix availiable → available (#491)
This commit is contained in:
parent
bb9a62f71b
commit
b999f8d39f
|
@ -122,7 +122,7 @@ class RegisterForm(FlaskForm):
|
|||
DataRequired(),
|
||||
Length(min=3, max=32),
|
||||
stop_on_validation_error(_username_validator),
|
||||
Unique(User, User.username, 'Username not availiable')
|
||||
Unique(User, User.username, 'Username not available')
|
||||
])
|
||||
|
||||
email = StringField('Email address', [
|
||||
|
|
Loading…
Reference in a new issue