From df94a8c94c2088a10119338113fc3b1480c04818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Fri, 23 May 2014 15:17:22 +0200 Subject: [PATCH] =?UTF-8?q?[whos]=20On=20affiche=20lorsqu'un=20compte=20es?= =?UTF-8?q?t=20d=C3=A9sactiv=C3=A9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * En rouge, parce que le rouge c'est trop bien <3 --- gestion/whos.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gestion/whos.py b/gestion/whos.py index 88b93cda..10965009 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -474,6 +474,8 @@ def adher_details(adher) : f += coul(adher.compte(),'rouge') else: f += adher.compte() + if not adher.active(): + f += " " + coul(u"(Compte désactivé)", "rouge") f += "\t" # controurneGreylisting if not adher.contourneGreylist():