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 %}
|