From 995382608f8f8b58cbdbe290f4ded5a8ab3f97fb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 2 Nov 2019 09:34:42 +0000 Subject: [PATCH] Don't need the sensitive header --- webinterface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 22e7a9bb..95709110 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2113,8 +2113,6 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \ contentStr+=''+postJsonObject['object']['summary']+' ' if isModerationPost: containerClass='container report' - else: - contentStr+='Sensitive ' contentStr+='' contentStr+='
' contentStr+=postJsonObject['object']['content']+attachmentStr