diff --git a/gestion/gest_crans.py b/gestion/gest_crans.py index ebacd577..0f2ab0f1 100644 --- a/gestion/gest_crans.py +++ b/gestion/gest_crans.py @@ -555,7 +555,7 @@ def set_compte(adher): a = adher.canonical_alias() if a: - txt += u"L'adhérent possède également l'alias : %s@crans.org" % a + txt += u"L'adhérent possède également l'alias : %s" % a else: txt += u"\n\Zr\Z1L'adresse mail %s.%s@crans.org étant déja prise l'adhérent ne peut pas l'utiliser.\Zn" % (adher.prenom(), adher.nom())