mirror of https://gitlab.com/bashrc2/epicyon
Remove bold
parent
1c216c248c
commit
bd468c46de
|
@ -1220,7 +1220,6 @@ def _htmlEditProfileInstance(baseDir: str, translate: {},
|
||||||
with open(counselorsFile, 'r') as f:
|
with open(counselorsFile, 'r') as f:
|
||||||
counselors = f.read()
|
counselors = f.read()
|
||||||
roleAssignStr += \
|
roleAssignStr += \
|
||||||
' <b>' + \
|
|
||||||
editTextArea(translate['Counselors'], 'counselors', counselors,
|
editTextArea(translate['Counselors'], 'counselors', counselors,
|
||||||
200, '', False)
|
200, '', False)
|
||||||
|
|
||||||
|
@ -1231,7 +1230,6 @@ def _htmlEditProfileInstance(baseDir: str, translate: {},
|
||||||
with open(artistsFile, 'r') as f:
|
with open(artistsFile, 'r') as f:
|
||||||
artists = f.read()
|
artists = f.read()
|
||||||
roleAssignStr += \
|
roleAssignStr += \
|
||||||
' <b>' + \
|
|
||||||
editTextArea(translate['Artists'], 'artists', artists,
|
editTextArea(translate['Artists'], 'artists', artists,
|
||||||
200, '', False)
|
200, '', False)
|
||||||
roleAssignStr += endEditSection()
|
roleAssignStr += endEditSection()
|
||||||
|
|
Loading…
Reference in New Issue