forked from indymedia/epicyon
Don't need the sensitive header
parent
d8eb0e871d
commit
995382608f
|
@ -2113,8 +2113,6 @@ def individualPostAsHtml(iconsDir: str,translate: {}, \
|
||||||
contentStr+='<b>'+postJsonObject['object']['summary']+'</b> '
|
contentStr+='<b>'+postJsonObject['object']['summary']+'</b> '
|
||||||
if isModerationPost:
|
if isModerationPost:
|
||||||
containerClass='container report'
|
containerClass='container report'
|
||||||
else:
|
|
||||||
contentStr+='<b>Sensitive</b> '
|
|
||||||
contentStr+='<button class="cwButton" onclick="showContentWarning('+"'"+postID+"'"+')">'+translate['SHOW MORE']+'</button>'
|
contentStr+='<button class="cwButton" onclick="showContentWarning('+"'"+postID+"'"+')">'+translate['SHOW MORE']+'</button>'
|
||||||
contentStr+='<div class="cwText" id="'+postID+'">'
|
contentStr+='<div class="cwText" id="'+postID+'">'
|
||||||
contentStr+=postJsonObject['object']['content']+attachmentStr
|
contentStr+=postJsonObject['object']['content']+attachmentStr
|
||||||
|
|
Loading…
Reference in New Issue