master
Aevann1 2021-09-28 05:11:40 +02:00
parent 8c04bfd319
commit dc21eb17b1
1 changed files with 2 additions and 2 deletions

View File

@ -127,8 +127,8 @@
{% endif %}
{% if hcaptcha %}
<div class="h-captcha" data-sitekey="{{ hcaptcha }}"></div>
<script src="https://hcaptcha.com/1/api.js" async defer></script>
<div class="h-captcha" data-sitekey="{{ hcaptcha }}"></div>
<script src="https://hcaptcha.com/1/api.js"></script>
{% endif %}
<button class="btn btn-primary login w-100 mt-3" id="register_button">Register</button>