Skip to content

Commit 704b228

Browse files
authored
Merge pull request #302 from kbond/kbond-patch-1
Remove label from form widget
2 parents 55ae086 + 323c1a6 commit 704b228

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Resources/views/Form/v3/ewz_recaptcha_widget.html.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<link rel="stylesheet" href="{{ asset('/bundles/ewzrecaptcha/css/recaptcha.css') }}">
88
{% endif %}
99

10-
{{ form_label(form) }}
1110
{{ form_widget(form) }}
1211

1312
<script{% if form.vars.script_nonce_csp is defined and form.vars.script_nonce_csp is not same as('') %} nonce="{{ form.vars.script_nonce_csp }}"{% endif %}>

0 commit comments

Comments
 (0)