mirror of https://gitlab.com/bashrc2/epicyon
More height for pgp key entry
parent
8e7e39a2be
commit
beba75f9bc
|
@ -1598,7 +1598,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
|
||||||
editProfileForm += \
|
editProfileForm += \
|
||||||
' <textarea id="message" placeholder=' + \
|
' <textarea id="message" placeholder=' + \
|
||||||
'"-----BEGIN PGP PUBLIC KEY BLOCK-----" name="pgp" ' + \
|
'"-----BEGIN PGP PUBLIC KEY BLOCK-----" name="pgp" ' + \
|
||||||
'style="height:100px" spellcheck="false">' + \
|
'style="height:600px" spellcheck="false">' + \
|
||||||
PGPpubKey + '</textarea>\n'
|
PGPpubKey + '</textarea>\n'
|
||||||
editProfileForm += '<a href="/users/' + nickname + \
|
editProfileForm += '<a href="/users/' + nickname + \
|
||||||
'/followingaccounts"><label class="labels">' + \
|
'/followingaccounts"><label class="labels">' + \
|
||||||
|
|
Loading…
Reference in New Issue