diff --git a/webapp_profile.py b/webapp_profile.py index 60e75ec1a..68b29912d 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -471,7 +471,8 @@ def _get_profile_header(base_dir: str, http_prefix: str, ctr += 1 alt_domain, _ = get_domain_from_actor(alt_actor) other_accounts_html += \ - '' + alt_domain + '' + '' + alt_domain + '' elif isinstance(also_known_as, str): if also_known_as != actor: ctr += 1 @@ -484,7 +485,7 @@ def _get_profile_header(base_dir: str, http_prefix: str, html_str += \ ' ' + \ + translate['QR Code'] + '" tabindex="1">' + \ '' + translate['QR Code'] + \
         '

\n' + \ '

' + profile_description_short + '

\n' + login_button @@ -494,7 +495,8 @@ def _get_profile_header(base_dir: str, http_prefix: str, # show vcard download link html_str += \ ' ' + \ + 'download="contact_' + nickname + '@' + domain_full + \ + '.vcf" tabindex="1">' + \ 'vCard\n' @@ -572,7 +574,8 @@ def _get_profile_header_after_search(base_dir: str, ctr += 1 alt_domain, _ = get_domain_from_actor(alt_actor) other_accounts_html += \ - '' + alt_domain + '' + '' + alt_domain + '' elif isinstance(also_known_as, str): if also_known_as != actor: ctr += 1 @@ -704,25 +707,26 @@ def html_profile(signing_priv_key_pem: str, donate_section += '
\n' if donate_url and not is_system_account(nickname): donate_section += \ - '

\n' if website_url: donate_section += \ '

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

\n' + website_url + '" tabindex="1">' + website_url + '

\n' if email_address: donate_section += \ '

' + translate['Email'] + ': ' + email_address + '

\n' + email_address + '" tabindex="1">' + \ + email_address + '

\n' if blog_address: donate_section += \ '

Blog: ' + blog_address + '

\n' + blog_address + '" tabindex="1">' + blog_address + '

\n' if xmpp_address: donate_section += \ '

' + translate['XMPP'] + ': ' + xmpp_address + '

\n' + xmpp_address + '" tabindex="1">' + xmpp_address + '

\n' if matrix_address: donate_section += \ '

' + translate['Matrix'] + ': ' + matrix_address + '

\n' @@ -764,13 +768,14 @@ def html_profile(signing_priv_key_pem: str, if authorized: edit_profile_str = \ - '' + \ + '' + \ '| ' + translate['Edit'] + '\n' logout_str = \ - '' + \ + '' + \ '| ' + translate['Logout'] + \
@@ -816,7 +821,8 @@ def html_profile(signing_priv_key_pem: str,
                             follow_approvals_section += \
                                 '<div class=' follow_approvals_section += \ - '' + '' follow_approvals_section += \ '' + \ follower_handle + \ @@ -825,13 +831,15 @@ def html_profile(signing_priv_key_pem: str, # show Approve and Deny buttons follow_approvals_section += \ '' + '/followapprove=' + follower_handle + \ + '" tabindex="2">' follow_approvals_section += \ '

' follow_approvals_section += \ '' + '/followdeny=' + follower_handle + \ + '" tabindex="3">' follow_approvals_section += \ '' @@ -953,34 +961,41 @@ def html_profile(signing_priv_key_pem: str, profile_str += '
\n' profile_str += '
' profile_str += \ - ' ' if not is_group: profile_str += \ - ' ' + \ + ' ' + \ '' profile_str += \ - ' ' + \ + ' ' + \ '' if not is_group: profile_str += \ - ' ' + \ + ' ' + \ '' profile_str += \ - ' ' + \ + ' ' + \ '' # profile_str += \ -# ' ' + \ +# ' ' + \ # '' # profile_str += \ -# ' ' + \ +# ' ' + \ # '' profile_str += logout_str + edit_profile_str @@ -997,7 +1012,7 @@ def html_profile(signing_priv_key_pem: str, css_filename = base_dir + '/epicyon.css' license_str = \ - '' + \ + '' + \ '' + \
         translate['Get the source code'] + ''