mirror of https://gitlab.com/bashrc2/epicyon
Don't show block button for this domain
Moderators blocking their own domain would be sillymerge-requests/8/head
parent
7d5b639d64
commit
146d1413c3
|
@ -115,8 +115,10 @@ def htmlAccountInfo(cssCache: {}, translate: {},
|
|||
infoForm += \
|
||||
'<a href="' + usersPath + '?blockdomain=' + postDomain + \
|
||||
'?handle=' + searchHandle + '">'
|
||||
infoForm += '<button class="button"><span>' + \
|
||||
translate['Block'] + '</span></button></a>'
|
||||
if postDomain != domain:
|
||||
infoForm += '<button class="button"><span>' + \
|
||||
translate['Block'] + '</span></button>'
|
||||
infoForm += '</a>'
|
||||
infoForm += '<br>'
|
||||
|
||||
infoForm += '</div>'
|
||||
|
|
Loading…
Reference in New Issue