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;
|
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