From 105ab2f96e98e8a6b2548c987ff31084384b5bce Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 20 Dec 2023 18:55:50 +0000 Subject: [PATCH] Figure ending --- webapp_profile.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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