diff --git a/daemon.py b/daemon.py index 618438a48..e53a8afbc 100644 --- a/daemon.py +++ b/daemon.py @@ -4837,10 +4837,13 @@ class PubServer(BaseHTTPRequestHandler): actorChanged = True # change website - currentWebsite = getWebsite(actorJson, - self.server.translate) + currentWebsite = \ + getWebsite(actorJson, self.server.translate) + print('websiteUrl: 0') if fields.get('websiteUrl'): + print('websiteUrl: 1 ' + fields['websiteUrl']) if fields['websiteUrl'] != currentWebsite: + print('websiteUrl: 2 ' + fields['websiteUrl']) setWebsite(actorJson, fields['websiteUrl'], self.server.translate) diff --git a/webapp_profile.py b/webapp_profile.py index 3980fc4ea..777a52e3d 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -559,7 +559,7 @@ def htmlProfile(rssIconAtTop: bool, briarAddress = getBriarAddress(profileJson) jamiAddress = getJamiAddress(profileJson) cwtchAddress = getCwtchAddress(profileJson) - if donateUrl or xmppAddress or matrixAddress or \ + if donateUrl or websiteUrl or xmppAddress or matrixAddress or \ ssbAddress or toxAddress or briarAddress or \ jamiAddress or cwtchAddress or PGPpubKey or \ PGPfingerprint or emailAddress: @@ -570,6 +570,10 @@ def htmlProfile(rssIconAtTop: bool, '
\n' + if websiteUrl: + donateSection += \ + '' + translate['Website'] + ': ' + websiteUrl + '
\n' if emailAddress: donateSection += \ '