Skip to content

Commit cea7ba2

Browse files
committed
Merge pull request #48 from camilleb/master
Change field_row for form_row for help type
2 parents e4aab4f + 18c1d3e commit cea7ba2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Resources/views/Form/field_type_help.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{% endif %}
77
{% endblock %}
88

9-
{% block field_row %}
9+
{% block form_row %}
1010
{% spaceless %}
1111
<div>
1212
{{ form_label(form, label|default(null)) }}
@@ -15,4 +15,4 @@
1515
{{ block('field_help') }}
1616
</div>
1717
{% endspaceless %}
18-
{% endblock field_row %}
18+
{% endblock form_row %}

0 commit comments

Comments
 (0)