forked from rDrama/rDrama
1
0
Fork 0
master
fireworks88 2021-09-26 22:03:23 +02:00
parent 79b3b0dfc1
commit 6e9fdb05dc
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
{% endif %}
{% if hcaptcha %}
<div class="h-captcha" data-bs-sitekey="{{hcaptcha}}"></div>
<div class="h-captcha" data-sitekey="{{ HCAPTCHA_SITEKEY | app_config }}"></div>
<script src="https://hcaptcha.com/1/api.js" async defer></script>
{% endif %}