moved entropy JS in PasswordWidget but the source should be moved in separate file

This commit is contained in:
mdipierro
2012-09-21 22:12:17 -05:00
parent 78cc80714d
commit 58cff21ced
4 changed files with 95 additions and 91 deletions
+4
View File
@@ -117,6 +117,10 @@ class Validator(object):
"""
return value
def __call__(self,value):
raise NotImplementedError
return (value, None)
class IS_MATCH(Validator):
"""