forked from MarseyWorld/MarseyWorld
fix(?) hcaptcha
parent
6e9fdb05dc
commit
380684f192
|
@ -190,7 +190,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if hcaptcha %}
|
||||
<div class="h-captcha" data-sitekey="{{ HCAPTCHA_SITEKEY | app_config }}"></div>
|
||||
<div class="h-captcha" data-sitekey="{{ hcaptcha }}"></div>
|
||||
<script src="https://hcaptcha.com/1/api.js" async defer></script>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue