From d2ad309738d7dc168456691f126309faf077a4a3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Feb 2021 12:31:52 +0000 Subject: [PATCH] Title at top --- webapp_welcome_profile.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webapp_welcome_profile.py b/webapp_welcome_profile.py index 505187cd2..8dfffc9ea 100644 --- a/webapp_welcome_profile.py +++ b/webapp_welcome_profile.py @@ -60,10 +60,11 @@ def htmlWelcomeProfile(baseDir: str, nickname: str, domain: str, '/users/' + nickname + '/avatar.' + ext imageFormats = getImageFormats() + profileForm += '
' + profileText + '
\n' profileForm += \ '
\n' + 'action="/users/' + nickname + '/welcomeprofile">\n' profileForm += '
\n' profileForm += '
\n' @@ -87,7 +88,6 @@ def htmlWelcomeProfile(baseDir: str, nickname: str, domain: str, profileForm += ' \n' - profileForm += '
' + profileText + '
\n' profileForm += ' \n' - profileForm += '\n' profileForm += '\n' profileForm += htmlFooter()