From 20f074e1115f59202bbbe8da77680ca515c8d637 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 9 Nov 2022 13:11:22 +0000 Subject: [PATCH] Verified website style --- webapp_profile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index c21ea8a93..da3b7d334 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -726,19 +726,19 @@ def html_profile(signing_priv_key_pem: str, '

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

' + translate['Website'] + ': ' if site_is_verified(session, base_dir, http_prefix, nickname, domain, website_url, False, debug): donate_section += \ - '

' + \ + '

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

\n' else: donate_section += \ + '

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

\n'