[attributs, lc_ldap] Création de clubs

This commit is contained in:
Olivier Iffrig 2011-02-27 15:40:39 +01:00
parent ba260bcb50
commit 5d8f5a9d23
3 changed files with 4 additions and 3 deletions

View file

@ -428,7 +428,7 @@ class responsable(Attr):
self.value = self.conn.search('aid=%s' % resp)[0]
def __unicode__(self):
return self.value.attrs['aid'][0]
return self.value.attrs['aid'][0].__unicode__()
class blacklist(Attr):