merge-requests/8/head
Bob Mottram 2021-01-10 23:17:29 +00:00
parent 31359313de
commit bf22aeb7b4
1 changed files with 1 additions and 1 deletions

View File

@ -158,8 +158,8 @@ def htmlAccountInfo(cssCache: {}, translate: {},
if blockedFollowers:
blockedFollowers.sort()
infoForm += '<div class="accountInfoDomains">\n'
infoForm += '<h1>' + translate['Blocked followers'] + '</h1>\n'
infoForm += '<div class="accountInfoDomains">\n'
for actor in blockedFollowers:
followerNickname = getNicknameFromActor(actor)
followerDomain, followerPort = getDomainFromActor(actor)