aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/edit
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-05-21 08:51:21 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-05-21 08:51:21 -0700
commit2ba7603469a80ccfc1c07ddebc53ad6c6f0a6f79 (patch)
treed066ea2ec04026ec8ed9ef9732c5e5ca88bc2f0a /mediagoblin/edit
parenteb396abc4a3d443b603809e2fcf864e31bd88fac (diff)
downloadmediagoblin-2ba7603469a80ccfc1c07ddebc53ad6c6f0a6f79.tar.lz
mediagoblin-2ba7603469a80ccfc1c07ddebc53ad6c6f0a6f79.tar.xz
mediagoblin-2ba7603469a80ccfc1c07ddebc53ad6c6f0a6f79.zip
fixed translation, and changed tabs to spaces, and change it so the user can view their password as they're typing.
Diffstat (limited to 'mediagoblin/edit')
-rw-r--r--mediagoblin/edit/forms.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mediagoblin/edit/forms.py b/mediagoblin/edit/forms.py
index c67180e9..3b2486de 100644
--- a/mediagoblin/edit/forms.py
+++ b/mediagoblin/edit/forms.py
@@ -103,4 +103,5 @@ class ChangePassForm(wtforms.Form):
new_password = wtforms.PasswordField(
_('New password'),
[wtforms.validators.Required(),
- wtforms.validators.Length(min=6, max=30)])
+ wtforms.validators.Length(min=6, max=30)],
+ id="password")