forked from indymedia/epicyon
Show inbox screen even if there are no posts
parent
1c02b79f15
commit
7a4a686d87
|
@ -403,9 +403,6 @@ def htmlTimeline(session,baseDir: str,wfRequest: {},personCache: {}, \
|
||||||
nickname: str,domain: str,timelineJson: {},boxName: str) -> str:
|
nickname: str,domain: str,timelineJson: {},boxName: str) -> str:
|
||||||
"""Show the timeline as html
|
"""Show the timeline as html
|
||||||
"""
|
"""
|
||||||
if not timelineJson.get('orderedItems'):
|
|
||||||
return ""
|
|
||||||
|
|
||||||
with open(baseDir+'/epicyon-profile.css', 'r') as cssFile:
|
with open(baseDir+'/epicyon-profile.css', 'r') as cssFile:
|
||||||
profileStyle = \
|
profileStyle = \
|
||||||
cssFile.read().replace('banner.png', \
|
cssFile.read().replace('banner.png', \
|
||||||
|
|
Loading…
Reference in New Issue