forked from indymedia/epicyon
Center login button
parent
31b0e81dc2
commit
b0267fb39a
|
@ -3427,7 +3427,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 += loginButton
|
||||
profileHeaderStr += '<center>' + loginButton + '</center>\n'
|
||||
else:
|
||||
profileHeaderStr = '<div class="hero-image">\n'
|
||||
profileHeaderStr += ' <div class="hero-text">\n'
|
||||
|
|
Loading…
Reference in New Issue