From 057869d0f2bbb22a676f90a25e80fc17f6eb4e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Kervella?= Date: Mon, 30 Oct 2017 19:29:29 +0000 Subject: [PATCH] Fix : un user n'est plus cotisant si fin de cotis > now --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index f536c9ff..3d8cfea7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -155,7 +155,7 @@ with this program; if not, write to the Free Software Foundation, Inc., Adhésion - {% if request_user.end_adhesion != None %} + {% if request_user.is_adherent %} jusqu'au {{ request_user.end_adhesion|date:"d b Y" }} {% else %} Non adhérent