main
Bob Mottram 2019-11-27 22:02:10 +00:00
parent 8caab60df6
commit 92b13aa955
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ def htmlEditProfile(translate: {},baseDir: str,path: str,domain: str,port: int)
editProfileForm+=' </div>'
editProfileForm+=' <div class="container">'
editProfileForm+=' <label class="labels">'+translate['Nickname']+'</label>'
editProfileForm+=' <input type="text" name="displayNickname" value="'+displayNickname+'">'
editProfileForm+=' <input type="text" name="displayNickname" value="'+displayNickname+'"><br>'
editProfileForm+=' <label class="labels">'+translate['Your bio']+'</label>'
editProfileForm+=' <textarea id="message" name="bio" style="height:200px">'+bioStr+'</textarea>'
editProfileForm+='<label class="labels">'+translate['Donations link']+'</label><br>'