forked from indymedia/epicyon
Tidying
parent
e2a0e347c8
commit
77df07a9cd
|
@ -48,14 +48,6 @@ def htmlProfile(profileJson: {}) -> str:
|
|||
domainFull=domain
|
||||
if port:
|
||||
domainFull=domain+':'+str(port)
|
||||
profileStr= \
|
||||
'<div class="card">' \
|
||||
'<img src="'+profileJson['icon']['url']+'" alt="John" style="width:100%">' \
|
||||
'<h1>'+preferredName+'</h1>' \
|
||||
'<p>@'+nickname+'@'+domainFull+'</p>' \
|
||||
'<p class="title"><i>'+profileJson['publicKey']['summary']+'</i></p>' \
|
||||
'<p><button>Contact</button></p>' \
|
||||
'</div>'
|
||||
profileStr= \
|
||||
' <div class="hero-image">' \
|
||||
' <div class="hero-text">' \
|
||||
|
|
Loading…
Reference in New Issue