master
Bob Mottram 2019-08-24 13:51:16 +01:00
parent e3ceb9fc11
commit faeff04a88
1 changed files with 1 additions and 1 deletions

View File

@ -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='<a href="'+reportUrl+'">Reported link</a>\n\n'
mentionsStr='Reported link: '+reportUrl+'\n\n'
reportOptionOnDropdown='<a href="'+pathBase+'/newreport?url='+reportUrl+'"><img src="/icons/scope_report.png"/><b>Report</b><br>Send to moderators</a>'
newPostForm+= \