From cdb39842516a23635dfe5653422f9d584fefa5c3 Mon Sep 17 00:00:00 2001 From: Laouen Fernet Date: Sun, 5 Aug 2018 13:00:41 +0200 Subject: [PATCH] fix bug with filter 'tick' misplaced --- cotisations/templates/cotisations/aff_article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cotisations/templates/cotisations/aff_article.html b/cotisations/templates/cotisations/aff_article.html index 2afe726d..558dd7a2 100644 --- a/cotisations/templates/cotisations/aff_article.html +++ b/cotisations/templates/cotisations/aff_article.html @@ -35,7 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% trans "Cotisation type" %} {% trans "Duration (month)" %} {% trans "Concerned users" %} - {% trans "Available for everyone" | tick %} + {% trans "Available for everyone" %} @@ -46,7 +46,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {{ article.type_cotisation }} {{ article.duration }} {{ article.type_user }} - {{ article.available_for_everyone }} + {{ article.available_for_everyone|tick }} {% can_edit article %}