mirror of https://gitlab.com/bashrc2/epicyon
Use placeholder to show languages list
parent
d48a78ca8d
commit
0690c6d844
|
@ -1871,8 +1871,9 @@ def _htmlEditProfileMain(baseDir: str, displayNickname: str, bioStr: str,
|
|||
editProfileForm += \
|
||||
'<label class="labels">' + \
|
||||
translate['Languages'] + '</label><br>\n' + \
|
||||
'<label class="labels">' + languagesListStr + '</label><br>\n' + \
|
||||
' <input type="text" name="showLanguages" value="' + \
|
||||
' <input type="text" ' + \
|
||||
'placeholder="' + languagesListStr + \
|
||||
'" name="showLanguages" value="' + \
|
||||
showLanguages + '">\n'
|
||||
editProfileForm += ' </div>\n'
|
||||
return editProfileForm
|
||||
|
|
Loading…
Reference in New Issue