mirror of https://gitlab.com/bashrc2/epicyon
Missing parameter
parent
1eee9cad10
commit
09d1032550
|
@ -88,7 +88,7 @@ def htmlAccountInfo(cssCache: {}, translate: {},
|
|||
for postDomain in domainList:
|
||||
infoForm += '<a href="' + \
|
||||
httpPrefix + '://' + postDomain + '">' + postDomain + '</a> '
|
||||
if isBlockedDomain(postDomain):
|
||||
if isBlockedDomain(baseDir, postDomain):
|
||||
infoForm += \
|
||||
'<a href="' + usersPath + '?unblockdomain=' + postDomain + '">'
|
||||
infoForm += '<button class="buttonhighlighted"><span>' + \
|
||||
|
|
Loading…
Reference in New Issue