forked from indymedia/epicyon
Editor icon
parent
d1658852fb
commit
fb614c675d
|
@ -7,6 +7,7 @@ __email__ = "bob@freedombone.net"
|
||||||
__status__ = "Production"
|
__status__ = "Production"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
from utils import isEditor
|
||||||
from utils import loadJson
|
from utils import loadJson
|
||||||
from utils import getNicknameFromActor
|
from utils import getNicknameFromActor
|
||||||
from utils import getDomainFromActor
|
from utils import getDomainFromActor
|
||||||
|
@ -202,6 +203,8 @@ def htmlModerationInfo(cssCache: {}, translate: {},
|
||||||
if modAccount:
|
if modAccount:
|
||||||
infoForm += '<b><u>'
|
infoForm += '<b><u>'
|
||||||
infoForm += acctNickname
|
infoForm += acctNickname
|
||||||
|
if isEditor(baseDir, acctNickname):
|
||||||
|
infoForm += '✏'
|
||||||
if modAccount:
|
if modAccount:
|
||||||
infoForm += '</u></b>'
|
infoForm += '</u></b>'
|
||||||
infoForm += '</center></a>\n</td>\n'
|
infoForm += '</center></a>\n</td>\n'
|
||||||
|
|
Loading…
Reference in New Issue