From a1580cc7a277a827eb26f240eb1aca68d63b66a0 Mon Sep 17 00:00:00 2001 From: ludo Date: Sun, 12 Jun 2016 20:54:12 +0200 Subject: [PATCH] n'utilise plus de tags pour l'affichage Oui/Non --- bda/templates/bda-participants.html | 8 +++++--- gestioncof/templatetags/utils.py | 7 +------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/bda/templates/bda-participants.html b/bda/templates/bda-participants.html index 22e2564a..c68c4390 100644 --- a/bda/templates/bda-participants.html +++ b/bda/templates/bda-participants.html @@ -22,12 +22,12 @@ {{participant.user.email}}
- {{participant.paid|oui_ou_non}} + {% if participant.paid %}Oui{% else %}Non{%endif%}
- {{participant.given|oui_ou_non}} + {% if participant.given %}Oui{% else %}Non{%endif%}
@@ -40,11 +40,13 @@
+{% spaceless %} +{%endspaceless%}