Simple anti-spam mechanism

This commit is contained in:
Your Name 2023-09-10 23:54:38 +02:00 committed by Zankaria
parent e2bef8c2f2
commit 845ff14e52

View File

@ -213,13 +213,13 @@
{{ antibot.html() }} {{ antibot.html() }}
</td> </td>
</tr>{% endif %} </tr>{% endif %}
{% if config.simple_anti_spam and not id %}<tr> {% if config.simple_spam and not id %}<tr>
<th> <th>
{{ config.simple_anti_spam.prompt }} {{ config.simple_spam.prompt }}
{{ antibot.html() }} {{ antibot.html() }}
</th> </th>
<td> <td>
<input type="text" name="simple_anti_spam_answer" value="" size="12" maxlength="18" autocomplete="off"> <input type="text" name="simple_spam" value="" size="12" maxlength="18" autocomplete="off">
{{ antibot.html() }} {{ antibot.html() }}
</td> </td>
</tr>{% endif %} </tr>{% endif %}