From 1a9869e0344beb3fb8e168d148f91b58438e4d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Elliott=20B=C3=A9cue?= Date: Wed, 5 Nov 2014 01:49:32 +0100 Subject: [PATCH] Oubli d'une espace. --- gestion/whos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/whos.py b/gestion/whos.py index faf3f237..442f1d0e 100755 --- a/gestion/whos.py +++ b/gestion/whos.py @@ -588,7 +588,7 @@ def adher_details(adher) : jour = False if not adher.paiement_ok(): if not jour: f += ' et ' - f += coul(u"pas d'accès Internet", "violet") + f += coul(u"pas d'accès Internet ", "violet") if jour: f += coul(u"à jour",'vert')