Skip to content

Commit

Permalink
Merge pull request #283 from stingus/master
Browse files Browse the repository at this point in the history
Fix the bundle name when including recaptcha.css
  • Loading branch information
excelwebzone committed Feb 3, 2022
2 parents f5fbc9e + 7e92ea0 commit c4dcc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/Form/v3/ewz_recaptcha_widget.html.twig
Expand Up @@ -4,7 +4,7 @@
<script src="{{ form.vars.ewz_recaptcha_api_uri }}?render={{ form.vars.public_key }}"></script>

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

<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 c4dcc71

Please sign in to comment.