projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2eb744
)
Fixed typos visisble, appplication
author
Joar Wandborg
<git@wandborg.com>
Sat, 22 Sep 2012 10:03:32 +0000
(12:03 +0200)
committer
Joar Wandborg
<git@wandborg.com>
Sat, 22 Sep 2012 10:03:32 +0000
(12:03 +0200)
mediagoblin/plugins/oauth/forms.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/plugins/oauth/forms.py
b/mediagoblin/plugins/oauth/forms.py
index 35995373527295f27436a100af311dbf002658a7..7a2b9fa027763288a073c4468e1acf6b54096772 100644
(file)
--- a/
mediagoblin/plugins/oauth/forms.py
+++ b/
mediagoblin/plugins/oauth/forms.py
@@
-36,8
+36,8
@@
class ClientRegistrationForm(wtforms.Form):
description=_('The name of the OAuth client'))
description = wtforms.TextAreaField(_('Description'),
[wtforms.validators.Length(min=0, max=500)],
- description=_('''This will be vis
is
ble to users allowing your
- app
p
lication to authenticate as them.'''))
+ description=_('''This will be visble to users allowing your
+ application to authenticate as them.'''))
type = wtforms.SelectField(_('Type'),
[wtforms.validators.Required()],
choices=[