forked from indymedia/epicyon
Use system account banner
parent
e64620a876
commit
66a2b87ebe
|
@ -3487,6 +3487,10 @@ def htmlProfile(defaultTimeline: str,
|
|||
profileStyle = \
|
||||
cssFile.read().replace('image.png',
|
||||
profileJson['image']['url'])
|
||||
if isSystemAccount(nickname):
|
||||
profileStyle = \
|
||||
profileStyle.replace('banner.png',
|
||||
'/users/' + nickname + '/' + bannerFile)
|
||||
|
||||
licenseStr = \
|
||||
'<a href="https://gitlab.com/bashrc2/epicyon">' + \
|
||||
|
|
Loading…
Reference in New Issue