diff --git a/webinterface.py b/webinterface.py index 7473c3b8..bf236395 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: - mentionsStr='Reported link\n\n' + mentionsStr='Reported link: '+reportUrl+'\n\n' reportOptionOnDropdown='Report
Send to moderators
' newPostForm+= \