Editor icon

main
Bob Mottram 2020-12-20 12:34:16 +00:00
parent d1658852fb
commit fb614c675d
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ __email__ = "bob@freedombone.net"
__status__ = "Production"
import os
from utils import isEditor
from utils import loadJson
from utils import getNicknameFromActor
from utils import getDomainFromActor
@ -202,6 +203,8 @@ def htmlModerationInfo(cssCache: {}, translate: {},
if modAccount:
infoForm += '<b><u>'
infoForm += acctNickname
if isEditor(baseDir, acctNickname):
infoForm += ''
if modAccount:
infoForm += '</u></b>'
infoForm += '</center></a>\n</td>\n'