Remove bold

merge-requests/30/head
Bob Mottram 2021-07-27 17:52:54 +01:00
parent 1c216c248c
commit bd468c46de
1 changed files with 0 additions and 2 deletions

View File

@ -1220,7 +1220,6 @@ def _htmlEditProfileInstance(baseDir: str, translate: {},
with open(counselorsFile, 'r') as f:
counselors = f.read()
roleAssignStr += \
' <b>' + \
editTextArea(translate['Counselors'], 'counselors', counselors,
200, '', False)
@ -1231,7 +1230,6 @@ def _htmlEditProfileInstance(baseDir: str, translate: {},
with open(artistsFile, 'r') as f:
artists = f.read()
roleAssignStr += \
' <b>' + \
editTextArea(translate['Artists'], 'artists', artists,
200, '', False)
roleAssignStr += endEditSection()