From 044b28027ba2280d508a0161487487400a11d05e Mon Sep 17 00:00:00 2001 From: kevin tessier Date: Tue, 4 Jun 2019 12:03:17 +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 ecda8f4..b199368 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 %} /> - {{ text|t|raw }} + {{ page.title }} {% endfor %}