From fcb79e2597fda8271cc400710c91c6843b2dedb6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 9 Nov 2022 13:08:32 +0000 Subject: [PATCH] Verified website style --- webapp_profile.py | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index f8e5a8195..c21ea8a93 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -713,7 +713,7 @@ def html_profile(signing_priv_key_pem: str, tox_address = get_tox_address(profile_json) briar_address = get_briar_address(profile_json) cwtch_address = get_cwtch_address(profile_json) - verified_site_checkmark = '✔️' + verified_site_checkmark = '✔' if donate_url or website_url or xmpp_address or matrix_address or \ ssb_address or tox_address or briar_address or \ cwtch_address or pgp_pub_key or enigma_pub_key or \ @@ -732,14 +732,16 @@ def html_profile(signing_priv_key_pem: str, nickname, domain, website_url, False, debug): donate_section += \ + '
' + \ verified_site_checkmark + \ - '' + \ + website_url + '

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

\n' + donate_section += \ + '' + \ + website_url + '

\n' if gemini_link: donate_section += \ '

' + 'Gemini' + ':