diff --git a/webapp_profile.py b/webapp_profile.py index 7a2ddd29a..dfbdbc27e 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -836,13 +836,7 @@ def _get_profile_header_after_search(base_dir: str, repo_url + '
\n' html_str += \ '' + profile_description_short + '
\n' + \ - featured_hashtags + \ - ' \n' + \ - ' \n\n' - if attached_shared_items: - html_str += \ - _profile_shared_items_list(attached_shared_items, - translate) + featured_hashtags # show any notes about this account handle = search_nickname + '@' + search_domain_full person_notes = \ @@ -851,6 +845,13 @@ def _get_profile_header_after_search(base_dir: str, html_str += '' + \ translate['Notes'] + ': ' + \ person_notes + '
\n' + html_str += \ + ' \n' + \ + ' \n\n' + if attached_shared_items: + html_str += \ + _profile_shared_items_list(attached_shared_items, + translate) return html_str