pgp placeholder

main
Bob Mottram 2019-12-17 23:06:11 +00:00
parent be3c70e704
commit 07ec615e6f
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ def htmlEditProfile(translate: {},baseDir: str,path: str,domain: str,port: int,h
editProfileForm+='<label class="labels">'+translate['Email']+'</label><br>'
editProfileForm+=' <input type="text" name="email" value="'+emailAddress+'">'
editProfileForm+='<label class="labels">'+translate['PGP']+'</label><br>'
editProfileForm+=' <textarea id="message" name="pgp" style="height:100px">'+PGPpubKey+'</textarea>'
editProfileForm+=' <textarea id="message" placeholder="-----BEGIN PGP PUBLIC KEY BLOCK-----" name="pgp" style="height:100px">'+PGPpubKey+'</textarea>'
editProfileForm+=' </div>'
editProfileForm+=' <div class="container">'
editProfileForm+=' <label class="labels">'+translate['The files attached below should be no larger than 10MB in total uploaded at once.']+'</label><br><br>'