forked from GithubBackups/vichan
Merge pull request #902 from Zankaria/patch-1
header.html: fix hcaptcha
This commit is contained in:
commit
5330b7d8fb
@ -50,6 +50,6 @@
|
||||
padding: 0 !important;
|
||||
}
|
||||
{% 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>
|
||||
{% endif %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user