diff --git a/webinterface.py b/webinterface.py index 8d6696348..57da7daa4 100644 --- a/webinterface.py +++ b/webinterface.py @@ -48,14 +48,6 @@ def htmlProfile(profileJson: {}) -> str: domainFull=domain if port: domainFull=domain+':'+str(port) - profileStr= \ - '
' \ - 'John' \ - '

'+preferredName+'

' \ - '

@'+nickname+'@'+domainFull+'

' \ - '

'+profileJson['publicKey']['summary']+'

' \ - '

' \ - '
' profileStr= \ '
' \ '
' \