Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 323c1a6

Browse files
authored
Remove label from form widget
1 parent 55ae086 commit 323c1a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)