diff --git a/templates/post_form.html b/templates/post_form.html index f583beff..21789381 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -203,13 +203,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 %}