mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-26 23:09:02 +01:00
header.html: fix hcaptcha
This commit is contained in:
parent
41b497bbb2
commit
77afa3dbef
@ -50,6 +50,6 @@
|
|||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
{% endverbatim %}</style>{% endif %}
|
{% endverbatim %}</style>{% endif %}
|
||||||
{% if config.captcha.provider.hcaptcha %}
|
{% if config.captcha.provider == 'hcaptcha' %}
|
||||||
<script src="https://js.hcaptcha.com/1/api.js" async defer></script>
|
<script src="https://js.hcaptcha.com/1/api.js" async defer></script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user