mirror of https://gitlab.com/bashrc2/epicyon
More height
parent
938ad6376d
commit
4a2ecac4f4
|
@ -88,7 +88,7 @@ def htmlWelcomeProfile(baseDir: str, nickname: str, domain: str,
|
||||||
profileForm += ' <label class="labels">' + \
|
profileForm += ' <label class="labels">' + \
|
||||||
translate['Your bio'] + '</label><br>\n'
|
translate['Your bio'] + '</label><br>\n'
|
||||||
profileForm += ' <textarea id="message" name="bio" ' + \
|
profileForm += ' <textarea id="message" name="bio" ' + \
|
||||||
'style="height:100px">' + bioStr + '</textarea>\n'
|
'style="height:130px">' + bioStr + '</textarea>\n'
|
||||||
profileForm += '</div>\n'
|
profileForm += '</div>\n'
|
||||||
|
|
||||||
profileForm += '<div class="container next">\n'
|
profileForm += '<div class="container next">\n'
|
||||||
|
|
Loading…
Reference in New Issue