Text inside div

master
Bob Mottram 2019-08-26 22:26:29 +01:00
parent f930136640
commit ca282e3b99
1 changed files with 1 additions and 1 deletions

View File

@ -380,8 +380,8 @@ def htmlEditProfile(baseDir: str,path: str,domain: str,port: int) -> str:
' <input type="text" placeholder="name" name="displayNickname" value="'+displayNickname+'">' \
' <textarea id="message" name="bio" placeholder="Your bio..." style="height:200px">'+bioStr+'</textarea>' \
' </div>' \
' The files attached below should be no larger than 1MB in total uploaded at once.<br>' \
' <div class="container">' \
' The files attached below should be no larger than 1MB in total uploaded at once.<br>' \
' Avatar image' \
' <input type="file" id="avatar" name="avatar"' \
' accept=".png">' \