Add dynamic captcha support

This commit is contained in:
Zankaria
2024-05-25 00:32:44 +02:00
committed by Zankaria
parent e16dc142b7
commit e825e7aac5
4 changed files with 44 additions and 1 deletions

View File

@@ -73,7 +73,11 @@
</td>
</tr>
{% if config.recaptcha %}
{% if config.dynamic_captcha %}
<tr id="captcha" style="display: none;">
{% else %}
<tr>
{% endif %}
<th>
{% trans %}Verification{% endtrans %}
{{ antibot.html() }}