Show editors list

main
Bob Mottram 2020-10-11 20:47:07 +01:00
parent 7b616a4c70
commit 8d00a148bc
1 changed files with 2 additions and 1 deletions

View File

@ -2021,7 +2021,8 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str,
'teams with an appropriate combination of skills.'
editProfileForm += ' <label class="labels">' + \
translate[idx] + '</label>\n'
editProfileForm += skillsStr + themesDropdown + moderatorsStr
editProfileForm += skillsStr + themesDropdown
editProfileForm += moderatorsStr + editorsStr
editProfileForm += ' </div>\n' + instanceStr
editProfileForm += ' <div class="container">\n'
editProfileForm += ' <b><label class="labels">' + \