Not centered

merge-requests/21/head
Bob Mottram 2021-02-25 12:29:41 +00:00
parent c62283c60a
commit cf8d8d1139
1 changed files with 0 additions and 3 deletions

View File

@ -80,7 +80,6 @@ def htmlWelcomeProfile(baseDir: str, nickname: str, domain: str,
profileForm += ' <input type="text" name="displayNickname" value="' + \ profileForm += ' <input type="text" name="displayNickname" value="' + \
displayNickname + '"><br>\n' displayNickname + '"><br>\n'
profileForm += '<center>\n'
bioStr = \ bioStr = \
actorJson['summary'].replace('<p>', '').replace('</p>', '') actorJson['summary'].replace('<p>', '').replace('</p>', '')
profileForm += ' <label class="labels">' + \ profileForm += ' <label class="labels">' + \
@ -88,8 +87,6 @@ def htmlWelcomeProfile(baseDir: str, nickname: str, domain: str,
profileForm += ' <textarea id="message" name="bio" ' + \ profileForm += ' <textarea id="message" name="bio" ' + \
'style="height:200px">' + bioStr + '</textarea>\n' 'style="height:200px">' + bioStr + '</textarea>\n'
profileForm += '</center>\n'
profileForm += '<div class="container">' + profileText + '</div>\n' profileForm += '<div class="container">' + profileText + '</div>\n'
profileForm += ' <div class="container next">\n' profileForm += ' <div class="container next">\n'
profileForm += \ profileForm += \