diff --git a/templates/post_form.html b/templates/post_form.html index 202ba906..51f711d9 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -213,13 +213,13 @@ {{ antibot.html() }} {% endif %} - {% if config.simple_anti_spam and not id %} + {% if config.simple_spam and not id %} - {{ config.simple_anti_spam.prompt }} + {{ config.simple_spam.prompt }} {{ antibot.html() }} - + {{ antibot.html() }} {% endif %}