From 724e8f674b7cc4c53e3574bc695e3b9c20d9e2a8 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Tue, 8 Aug 2023 13:05:58 -0400 Subject: [PATCH] Fix checkbox for marking post body as spam (ban page) --- templates/ban_post_content_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ban_post_content_form.html b/templates/ban_post_content_form.html index 27ece534..c6e73994 100644 --- a/templates/ban_post_content_form.html +++ b/templates/ban_post_content_form.html @@ -28,9 +28,9 @@ {% if post.modifiers['warning message'] %} {{ config.mod.warning_message|sprintf(post.modifiers['warning message']) }} {% endif %} - - + + {% endapply %}