[whos] On affiche lorsqu'un compte est désactivé.
* En rouge, parce que le rouge c'est trop bien <3
This commit is contained in:
parent
a515f75255
commit
df94a8c94c
1 changed files with 2 additions and 0 deletions
|
@ -474,6 +474,8 @@ def adher_details(adher) :
|
||||||
f += coul(adher.compte(),'rouge')
|
f += coul(adher.compte(),'rouge')
|
||||||
else:
|
else:
|
||||||
f += adher.compte()
|
f += adher.compte()
|
||||||
|
if not adher.active():
|
||||||
|
f += " " + coul(u"(Compte désactivé)", "rouge")
|
||||||
f += "\t"
|
f += "\t"
|
||||||
# controurneGreylisting
|
# controurneGreylisting
|
||||||
if not adher.contourneGreylist():
|
if not adher.contourneGreylist():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue