Prechádzať zdrojové kódy

template from correction

kevin tessier 5 rokov pred
rodič
commit
75c1dfc2a8

+ 1 - 1
user/themes/lecampus/templates/forms/fields/radio/radio.html.twig

@@ -19,7 +19,7 @@
                    {% if required %}required="required"{% endif %}
                    {% if required %}required="required"{% endif %}
             />
             />
             <i class="form-icon"></i>
             <i class="form-icon"></i>
-            {{ page.title }}
+            {{ text|raw }}
             </label>
             </label>
         </div>
         </div>
     {% endfor %}
     {% endfor %}