[attributs, lc_ldap] corrections mineures

This commit is contained in:
Antoine Durand-gasselin 2010-10-17 17:23:38 +02:00
parent c4ddc86fc9
commit bd61e46007
2 changed files with 2 additions and 2 deletions

View file

@ -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