"Non adhérent" en rouge.
This commit is contained in:
parent
f3186853ec
commit
7d8f7c79ca
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ def club_details(club) :
|
|||
jour = True
|
||||
if club.adhesion() < time():
|
||||
jour = False
|
||||
f += coul(u"Non adhérent." ,'violet')
|
||||
f += coul(u"Non adhérent." ,'rouge')
|
||||
|
||||
if jour:
|
||||
f += coul(u"à jour",'vert')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue