We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88e5cc commit bb37c77Copy full SHA for bb37c77
Resources/views/Form/fields.html.twig
@@ -291,7 +291,7 @@
291
{% endif %}
292
{{ choice_translation_domain is same as(false) ? label|raw : label|trans({}, choice_translation_domain)|raw }}
293
{% else %}
294
- {{ block('form_help') }}
+ {{ form_help(form) }}
295
296
</label>
297
@@ -609,7 +609,7 @@
609
{{ form_errors(form) }}
610
611
{% if ('checkbox' not in block_prefixes or widget_checkbox_label != 'label') and help_block %}
612
613
614
{% endapply %}
615
{% endblock form_message %}
0 commit comments