moved entropy JS in PasswordWidget but the source should be moved in separate file
This commit is contained in:
@@ -117,6 +117,10 @@ class Validator(object):
|
||||
"""
|
||||
return value
|
||||
|
||||
def __call__(self,value):
|
||||
raise NotImplementedError
|
||||
return (value, None)
|
||||
|
||||
|
||||
class IS_MATCH(Validator):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user