From ef324c88077f06c0e5d39589feef495f28ae8986 Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Fri, 31 Aug 2018 22:25:38 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20couleurs=20du=20texte=20pour=20l'=C3=A9ta?= =?UTF-8?q?t=20'actif'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- users/templates/users/profil.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index c4e05912..e0868247 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -211,9 +211,9 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endif %} {% trans "State" %} {% if users.state == 0 %} - {% trans "Active" %} + {% trans "Active" %} {% elif users.state == 1 %} - {% trans "Disabled" %} + {% trans "Disabled" %} {% elif users.state == 2 %} {% trans "Archived" %} {% elif users.state == 3 %}