diff --git a/r2/r2/templates/printablebuttons.html b/r2/r2/templates/printablebuttons.html index a4c4b95c5..b1ffd02a6 100644 --- a/r2/r2/templates/printablebuttons.html +++ b/r2/r2/templates/printablebuttons.html @@ -146,7 +146,9 @@ %endif - ${ignore_reports_toggle(thing)} + %if not thing._spam: + ${ignore_reports_toggle(thing)} + %endif