mirror of https://gitlab.com/bashrc2/epicyon
Simpler
parent
e3ceb9fc11
commit
faeff04a88
|
@ -642,7 +642,7 @@ def htmlNewPost(baseDir: str,path: str,inReplyTo: str,mentions: []) -> str:
|
||||||
|
|
||||||
# For moderation reports add a link to the post reported
|
# For moderation reports add a link to the post reported
|
||||||
if reportUrl:
|
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>'
|
reportOptionOnDropdown='<a href="'+pathBase+'/newreport?url='+reportUrl+'"><img src="/icons/scope_report.png"/><b>Report</b><br>Send to moderators</a>'
|
||||||
|
|
||||||
newPostForm+= \
|
newPostForm+= \
|
||||||
|
|
Loading…
Reference in New Issue