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'] + ': ' + \ '' + \ website_url + '
\n'