Skip to content

Commit

Permalink
Merge pull request #302 from kbond/kbond-patch-1
Browse files Browse the repository at this point in the history
Remove label from form widget
  • Loading branch information
excelwebzone committed Aug 15, 2023
2 parents 55ae086 + 323c1a6 commit 704b228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/views/Form/v3/ewz_recaptcha_widget.html.twig
Expand Up @@ -7,7 +7,6 @@
<link rel="stylesheet" href="{{ asset('/bundles/ewzrecaptcha/css/recaptcha.css') }}">
{% endif %}

{{ form_label(form) }}
{{ form_widget(form) }}

<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 %}>
Expand Down

0 comments on commit 704b228

Please sign in to comment.