From 602be850131aea4a449c46fed638b3e4609e7677 Mon Sep 17 00:00:00 2001 From: Gabriel Le Bouder Date: Fri, 10 Aug 2018 21:49:09 +0200 Subject: [PATCH] end of connection-blacklist of the user we are looking at --- users/templates/users/profil.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}