diff --git a/r2/r2/templates/printable.html b/r2/r2/templates/printable.html index 8268a158a..7eb44627c 100644 --- a/r2/r2/templates/printable.html +++ b/r2/r2/templates/printable.html @@ -73,7 +73,7 @@ ${self.RenderPrintable()} rowclass = what.rowstyle + " reported" else: rowclass = what.rowstyle - if hasattr(what, "_deleted") and what._deleted: + if getattr(what, "deleted", False): rowclass += " deleted" if hasattr(what, "saved") and what.saved: rowclass += " saved"