Fix: HCaptcha broken.
This commit is contained in:
parent
c5d380afb1
commit
fc8834950e
4 changed files with 4 additions and 5 deletions
|
@ -40,6 +40,6 @@
|
|||
<p>If you can see this line, we haven't been contacted by any law enforcement or governmental organizations in 2023 yet.</p>
|
||||
</section>
|
||||
{% if hcaptcha %}
|
||||
<script src="{{ 'js/hcaptcha.js' | asset }}"></script>
|
||||
<script src="https://js.hcaptcha.com/1/api.js" async defer></script>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -56,6 +56,6 @@
|
|||
{%- block scripts -%}
|
||||
<script src="{{ 'js/signup.js' | asset }}"></script>
|
||||
{% if hcaptcha %}
|
||||
<script src="{{ 'js/hcaptcha.js' | asset }}"></script>
|
||||
<script src="https://js.hcaptcha.com/1/api.js" async defer></script>
|
||||
{% endif %}
|
||||
{%- endblock -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue