[attributs, lc_ldap] corrections mineures
This commit is contained in:
parent
c4ddc86fc9
commit
bd61e46007
2 changed files with 2 additions and 2 deletions
|
@ -409,7 +409,7 @@ class blacklist(Attr):
|
|||
'actif' : int(bl_debut) < now and (bl_fin == '-' or int(bl_fin) > now) }
|
||||
|
||||
def __unicode__(self):
|
||||
return u'$%(debut)s$%(fin)s$%(type)s$%(comm)s' % self.value
|
||||
return u'%(debut)s$%(fin)s$%(type)s$%(comm)s' % self.value
|
||||
|
||||
class historique(Attr):
|
||||
singlevalue = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue