mirror of https://gitlab.com/bashrc2/epicyon
Not centered
parent
c62283c60a
commit
cf8d8d1139
|
@ -80,7 +80,6 @@ def htmlWelcomeProfile(baseDir: str, nickname: str, domain: str,
|
|||
profileForm += ' <input type="text" name="displayNickname" value="' + \
|
||||
displayNickname + '"><br>\n'
|
||||
|
||||
profileForm += '<center>\n'
|
||||
bioStr = \
|
||||
actorJson['summary'].replace('<p>', '').replace('</p>', '')
|
||||
profileForm += ' <label class="labels">' + \
|
||||
|
@ -88,8 +87,6 @@ def htmlWelcomeProfile(baseDir: str, nickname: str, domain: str,
|
|||
profileForm += ' <textarea id="message" name="bio" ' + \
|
||||
'style="height:200px">' + bioStr + '</textarea>\n'
|
||||
|
||||
profileForm += '</center>\n'
|
||||
|
||||
profileForm += '<div class="container">' + profileText + '</div>\n'
|
||||
profileForm += ' <div class="container next">\n'
|
||||
profileForm += \
|
||||
|
|
Loading…
Reference in New Issue