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

Commit c4dcc71

Browse files
authored
Merge pull request #283 from stingus/master
Fix the bundle name when including recaptcha.css
2 parents f5fbc9e + 7e92ea0 commit c4dcc71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<script src="{{ form.vars.ewz_recaptcha_api_uri }}?render={{ form.vars.public_key }}"></script>
55

66
{% if form.vars.ewz_recaptcha_hide_badge %}
7-
<link rel="stylesheet" href="{{ asset('/bundles/ewz_recaptcha/css/recaptcha.css') }}">
7+
<link rel="stylesheet" href="{{ asset('/bundles/ewzrecaptcha/css/recaptcha.css') }}">
88
{% endif %}
99

1010
<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)