diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html
index f29f3f34..d8138686 100644
--- a/users/templates/users/profil.html
+++ b/users/templates/users/profil.html
@@ -45,7 +45,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Your account has been banned
- End of the ban: {{ user.end_ban | date:"SHORT_DATE_FORMAT" }}
+ End of the ban: {{ users.end_ban | date:"SHORT_DATE_FORMAT" }}
{% elif not users.is_adherent %}
@@ -65,7 +65,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
Connected
- End of connexion: {{ user.end_adhesion | date:"SHORT_DATE_FORMAT"}}
+ End of connexion: {{ users.end_adhesion | date:"SHORT_DATE_FORMAT"}}
{% endif %}