From f6ef5743172c1fcfaf4df07d18e140cb0fad7314 Mon Sep 17 00:00:00 2001 From: kevin tessier Date: Tue, 4 Jun 2019 12:01:46 +0200 Subject: [PATCH] template from correction --- .../lecampus/templates/forms/fields/radio/radio.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/themes/lecampus/templates/forms/fields/radio/radio.html.twig b/user/themes/lecampus/templates/forms/fields/radio/radio.html.twig index 5698f36..ecda8f4 100644 --- a/user/themes/lecampus/templates/forms/fields/radio/radio.html.twig +++ b/user/themes/lecampus/templates/forms/fields/radio/radio.html.twig @@ -19,7 +19,7 @@ {% if required %}required="required"{% endif %} /> - {% if grav.twig.twig.filters['tu'] is defined %}{{ text|tu|raw }}{% else %}{{ text|t|raw }}{% endif %} + {{ text|t|raw }} {% endfor %}