diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html index 066248a1..559ea57d 100644 --- a/users/templates/users/profil.html +++ b/users/templates/users/profil.html @@ -119,7 +119,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Accès internet {% if user.has_access == True %} - Actif + Actif (jusqu'au {{ user.end_access }}) {% else %} Désactivé {% endif %}