From 18f9559f3820bf12f4d5051bc1bb634f29aba5e5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 2 Nov 2022 15:35:32 +0000 Subject: [PATCH] Header with images --- webapp_profile.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index cfc0370d7..0a4656a52 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -445,7 +445,9 @@ def _get_profile_header(base_dir: str, http_prefix: str, nickname: str, occupation_str += \ ' ' + occupation_name + '
\n' - html_str += '

' + display_name + '

\n' + occupation_str + html_str += \ + '

' + \ + display_name + '

\n' + occupation_str html_str += \ '

@' + nickname + '@' + domain_full + '
\n' @@ -549,7 +551,7 @@ def _get_profile_header_after_search(nickname: str, default_timeline: str, if not display_name: display_name = search_nickname html_str += \ - '

' + display_name + '

\n' + \ + '

' + display_name + '

\n' + \ '

@' + search_nickname + '@' + search_domain_full + \ '
\n' if joined_date: