From e3ceb9fc116b8075c6757de1c5fc8f6e45908af9 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 24 Aug 2019 13:49:44 +0100 Subject: [PATCH] Link to reported post --- webinterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index a0de9afe..7473c3b8 100644 --- a/webinterface.py +++ b/webinterface.py @@ -642,7 +642,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str: # For moderation reports add a link to the post reported if reportUrl: - mentionStr='Reported link: '+reportUrl+'\n\n' + mentionsStr='Reported link\n\n' reportOptionOnDropdown='Report
Send to moderators
' newPostForm+= \