diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html
index 863897f2..5851bd40 100644
--- a/users/templates/users/profil.html
+++ b/users/templates/users/profil.html
@@ -42,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Votre compte est banni
- Fin du ban : {{user.end_ban|date:"d M Y"}}
+ Fin du ban : {{users.end_ban|date:"d M Y"}}
{% elif not users.is_connected%}
@@ -59,7 +59,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Connecté
- Fin de connexion: {{user.end_adhesion|date:"d M Y"}}
+ Fin de connexion: {{users.end_adhesion|date:"d M Y"}}
{% endif %}