Oubli d'une espace.
This commit is contained in:
parent
ed23ac1a08
commit
1a9869e034
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ def adher_details(adher) :
|
||||||
jour = False
|
jour = False
|
||||||
if not adher.paiement_ok():
|
if not adher.paiement_ok():
|
||||||
if not jour: f += ' et '
|
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:
|
if jour:
|
||||||
f += coul(u"à jour",'vert')
|
f += coul(u"à jour",'vert')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue