From 5510eed4991025b114d6c2808e954bafdcb13b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Mon, 30 Oct 2017 19:11:13 +0000 Subject: [PATCH] =?UTF-8?q?Compacte=20un=20peu=20la=20date=20affich=C3=A9?= =?UTF-8?q?=20dans=20le=20r=C3=A9sum=C3=A9=20de=20connexion=20=C3=A0=20dro?= =?UTF-8?q?ite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 83bea233..f536c9ff 100644 --- a/templates/base.html +++ b/templates/base.html @@ -146,7 +146,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Connexion {% if request_user.has_access %} - Active (jusqu'au {{ request.user.end_access }}) + jusqu'au {{ request.user.end_access|date:"d b Y" }} {% else %} Désactivée {% endif %} @@ -156,7 +156,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Adhésion {% if request_user.end_adhesion != None %} - {{ request_user.end_adhesion }} + jusqu'au {{ request_user.end_adhesion|date:"d b Y" }} {% else %} Non adhérent {% endif %}