[objets] repr pour la classe AssociationCrans
This commit is contained in:
parent
b64a67a24e
commit
a067656f18
1 changed files with 2 additions and 0 deletions
|
@ -776,6 +776,8 @@ class AssociationCrans(proprio):
|
|||
|
||||
def delete(self, comm, login):
|
||||
pass
|
||||
def __repr__(self):
|
||||
return str(self.__class__) + " : Le Crans"
|
||||
|
||||
class BaseInvites(proprio):
|
||||
u"""Un artefact de la base ldap"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue