From 7d8f7c79cafa4317c8aff7ab9b0509e994d79258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Thu, 15 Oct 2015 14:32:31 +0200 Subject: [PATCH] =?UTF-8?q?"Non=20adh=C3=A9rent"=20en=20rouge.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index 0404e87c..9b4692ea 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -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')