mirror of https://gitlab.com/bashrc2/epicyon
Editor icon
parent
d1658852fb
commit
fb614c675d
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue