From 5df70ea40a4a64f72c375c5618deb77d7ab576c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Sat, 12 Jan 2013 09:43:02 +0100 Subject: [PATCH] =?UTF-8?q?[ldap=5Fcrans]=20J'en=20ai=20oubli=C3=A9=20un..?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 5593aa7c4f0c2e2f5a76d79c924d804f darcs-hash:20130112084302-b6762-ff51f36dc162fce6e36de61e9ed2a28b0e090cf3.gz --- gestion/gest_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())