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

Commit 178495a

Browse files
committed
path to css
1 parent 52aa644 commit 178495a

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
@@ -3,7 +3,7 @@
33
<script src="{{ form.vars.ewz_recaptcha_apiuri }}?render={{ form.vars.public_key }}"></script>
44

55
{% if form.vars.ewz_recaptcha_hide_badge %}
6-
<link rel="stylesheet" href="{{ asset('public/bundles/ewz_recaptcha/css/recaptcha.css') }}">
6+
<link rel="stylesheet" href="{{ asset('/bundles/ewz_recaptcha/css/recaptcha.css') }}">
77
{% endif %}
88

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