forked from indymedia/epicyon
Assign
parent
8b06b40b29
commit
31b0e81dc2
|
@ -3426,7 +3426,7 @@ def htmlProfile(defaultTimeline: str,
|
|||
|
||||
# If this is the news account then show a different banner
|
||||
if isSystemAccount(nickname):
|
||||
profileHeaderStr += '<div class="timeline-banner"></div>\n'
|
||||
profileHeaderStr = '<div class="timeline-banner"></div>\n'
|
||||
profileHeaderStr += loginButton
|
||||
else:
|
||||
profileHeaderStr = '<div class="hero-image">\n'
|
||||
|
|
Loading…
Reference in New Issue