From f1ef0b226f3de4d45faefb0706c43a4d94916bda Mon Sep 17 00:00:00 2001 From: Laouen Fernet Date: Mon, 20 Aug 2018 11:46:09 +0200 Subject: [PATCH] fix the display of the end of connection date --- users/templates/users/profil.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}