From 2c558908b67605338a0b1c55f717402b14bea659 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Tue, 8 Aug 2023 02:51:32 -0400 Subject: [PATCH] SpamNoticer: add illegal checkbox to files --- templates/mod/ban_form.html | 2 +- templates/post/fileinfo.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/mod/ban_form.html b/templates/mod/ban_form.html index bef9116f..782d61b2 100644 --- a/templates/mod/ban_form.html +++ b/templates/mod/ban_form.html @@ -24,7 +24,7 @@ - + diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html index 33af5552..3dea46f3 100644 --- a/templates/post/fileinfo.html +++ b/templates/post/fileinfo.html @@ -29,8 +29,10 @@ {% endif %} ) {% if spamnoticer %} - - + [ + ] + [ + ] {% endif %} {% include "post/image_identification.html" %} {% include "post/file_controls.html" %}