Use news banner

main
Bob Mottram 2020-10-25 22:14:58 +00:00
parent a22d37af7f
commit b94ed9522f
1 changed files with 1 additions and 1 deletions

View File

@ -3463,7 +3463,7 @@ def htmlProfile(defaultTimeline: str,
# If this is the news account then show a different banner # If this is the news account then show a different banner
if isSystemAccount(nickname): if isSystemAccount(nickname):
profileHeaderStr = \ profileHeaderStr = \
'<img class="timeline-banner" src="banner.png" />\n' '<img class="timeline-banner" src="/users/news/banner.png" />\n'
profileHeaderStr += '<center>' + loginButton + '</center>\n' profileHeaderStr += '<center>' + loginButton + '</center>\n'
profileHeaderStr += '<table class="timeline">\n' profileHeaderStr += '<table class="timeline">\n'