forked from indymedia/epicyon
Show editors list
parent
7b616a4c70
commit
8d00a148bc
|
@ -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">' + \
|
||||
|
|
Loading…
Reference in New Issue