From 33534b5856a233d16b1f8c7f460a69a407cc6a97 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Thu, 14 Mar 2024 05:58:23 -0700 Subject: [PATCH] fix critical typo for simple spam --- templates/post_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post_form.html b/templates/post_form.html index a1142ea2..b70f2f54 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -217,7 +217,7 @@ {% endif %} {% if config.simple_spam and not id %} - {{ config.simple_spam.prompt }} + {{ config.simple_spam.question }} {{ antibot.html() }}