Fixed typos visisble, appplication
This commit is contained in:
parent
d2eb7440d2
commit
5ee1ab2abb
@ -36,8 +36,8 @@ class ClientRegistrationForm(wtforms.Form):
|
|||||||
description=_('The name of the OAuth client'))
|
description=_('The name of the OAuth client'))
|
||||||
description = wtforms.TextAreaField(_('Description'),
|
description = wtforms.TextAreaField(_('Description'),
|
||||||
[wtforms.validators.Length(min=0, max=500)],
|
[wtforms.validators.Length(min=0, max=500)],
|
||||||
description=_('''This will be visisble to users allowing your
|
description=_('''This will be visble to users allowing your
|
||||||
appplication to authenticate as them.'''))
|
application to authenticate as them.'''))
|
||||||
type = wtforms.SelectField(_('Type'),
|
type = wtforms.SelectField(_('Type'),
|
||||||
[wtforms.validators.Required()],
|
[wtforms.validators.Required()],
|
||||||
choices=[
|
choices=[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user