From d312da3cfea5496f87c3915b0606f73226cc15bf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 20 Dec 2020 11:15:03 +0000 Subject: [PATCH] Avatars link --- webapp_moderation.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/webapp_moderation.py b/webapp_moderation.py index df880ba55..2ba253ff9 100644 --- a/webapp_moderation.py +++ b/webapp_moderation.py @@ -182,10 +182,11 @@ def htmlModerationInfo(cssCache: {}, translate: {}, avatarUrl = actorJson['icon']['url'] acctUrl = \ '/users/' + nickname + '?options=' + actor + ';1;' + \ - avatarUrl.replace('/', '-') + '/avatars/' + avatarUrl.replace('/', '-') infoForm += '\n' infoForm += '' - infoForm += '
' + acctNickname + '
\n\n' + infoForm += '
' + acctNickname + infoForm += '
\n\n' col += 1 if col == cols: # new row of accounts