From 1b4d7427593ba3c4da066c9c64ac0f7bde27133d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 9 Nov 2022 13:18:56 +0000 Subject: [PATCH] Verified blog style --- webapp_profile.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index da3b7d334..2404e5084 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -732,8 +732,7 @@ def html_profile(signing_priv_key_pem: str, donate_section += \ '

' + \ translate['Website'] + ': ' + \ - verified_site_checkmark + \ - '' + \ website_url + '

\n' else: @@ -753,19 +752,20 @@ def html_profile(signing_priv_key_pem: str, email_address + '" tabindex="1">' + \ email_address + '

\n' if blog_address: - donate_section += '

Blog: ' if site_is_verified(session, base_dir, http_prefix, nickname, domain, blog_address, False, debug): donate_section += \ - verified_site_checkmark + \ - '

' + \ + 'Blog: ' + verified_site_checkmark + \ + '' + \ + blog_address + '

\n' else: - donate_section += '' + \ - blog_address + '

\n' + donate_section += \ + '

Blog: ' + \ + blog_address + '

\n' if xmpp_address: donate_section += \ '

' + translate['XMPP'] + ':