diff -r 2b9432262240 -r be86bb31c4c2 web/formwidgets.py --- a/web/formwidgets.py Mon May 25 12:21:06 2009 +0200 +++ b/web/formwidgets.py Mon May 25 22:14:58 2009 +0200 @@ -109,6 +109,11 @@ return u'\n'.join(inputs) +class PasswordSingleInput(Input): + """ without a confirmation field""" + type = 'password' + + class FileInput(Input): """""" type = 'file'