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="' + \
|
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 += \
|
||||||
|
|
Loading…
Reference in New Issue