[attributs.py] contournegreylist doit s'__unicode__er en u"OK"
This commit is contained in:
parent
259dde8835
commit
024c3a74f0
1 changed files with 3 additions and 0 deletions
|
@ -363,6 +363,9 @@ class contourneGreylist(boolAttr):
|
|||
category = 'mail'
|
||||
can_modify = [soi]
|
||||
|
||||
def __unicode__(self):
|
||||
return u"OK"
|
||||
|
||||
class etudes(Attr):
|
||||
singlevalue = False
|
||||
optional = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue