forked from indymedia/epicyon
Also show citations on features timeline
parent
1e0b5dc5ef
commit
ef2c039863
|
@ -1174,7 +1174,7 @@ def individualPostAsHtml(allowDownloads: bool,
|
||||||
|
|
||||||
# show blog citations
|
# show blog citations
|
||||||
citationsStr = ''
|
citationsStr = ''
|
||||||
if boxName == 'tlblog':
|
if boxName == 'tlblog' or boxName == 'tlfeatures':
|
||||||
if postJsonObject['object'].get('tag'):
|
if postJsonObject['object'].get('tag'):
|
||||||
for tagJson in postJsonObject['object']['tag']:
|
for tagJson in postJsonObject['object']['tag']:
|
||||||
if not isinstance(tagJson, dict):
|
if not isinstance(tagJson, dict):
|
||||||
|
|
Loading…
Reference in New Issue