Separate link to actor

main
Bob Mottram 2020-12-10 10:53:27 +00:00
parent 2234b67059
commit 9c2970b130
1 changed files with 3 additions and 2 deletions

View File

@ -71,8 +71,9 @@ def htmlAccountInfo(cssCache: {}, translate: {},
searchHandle = searchNickname + '@' + searchDomain
infoForm += \
'<center><h1><a href="/users/' + nickname + '/moderation">' + \
translate['Account Information'] + ': ' + searchHandle + \
'</a></h1><br>'
translate['Account Information'] + ':</a> <a href="' + \
httpPrefix + '://' + searchDomain + '/users/' + searchNickname + \
'">' + searchHandle + '</a></h1><br>'
infoForm += translate[msgStr1] + '</center><br><br>'