diff --git a/users/templates/users/profil.html b/users/templates/users/profil.html
index 0d391551..464e53a7 100644
--- a/users/templates/users/profil.html
+++ b/users/templates/users/profil.html
@@ -66,7 +66,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% trans "Connection" %}
- {% blocktrans with end_connection=user.end_adhesion|date:"SHORT_DATE_FORMAT" %}End of connection: {{ end_connection }}{% endblocktrans %}
+ {% blocktrans with end_connection=users.end_adhesion|date:"SHORT_DATE_FORMAT" %}End of connection: {{ end_connection }}{% endblocktrans %}
{% endif %}