forked from indymedia/epicyon
Indentation
parent
87954ec16f
commit
7a181d344f
|
@ -3216,9 +3216,9 @@ def individualPostAsHtml(recentPostsCache: {},maxRecentPosts: int, \
|
||||||
|
|
||||||
attachmentStr,galleryStr= \
|
attachmentStr,galleryStr= \
|
||||||
getPostAttachmentsAsHtml(postJsonObject,boxName,translate, \
|
getPostAttachmentsAsHtml(postJsonObject,boxName,translate, \
|
||||||
isMuted, \
|
isMuted, \
|
||||||
replyStr,announceStr,likeStr, \
|
replyStr,announceStr,likeStr, \
|
||||||
bookmarkStr,deleteStr,muteStr)
|
bookmarkStr,deleteStr,muteStr)
|
||||||
|
|
||||||
publishedStr=''
|
publishedStr=''
|
||||||
if postJsonObject['object'].get('published'):
|
if postJsonObject['object'].get('published'):
|
||||||
|
|
Loading…
Reference in New Issue