Report link

master
Bob Mottram 2019-07-28 20:55:11 +01:00
parent 52117ff9e2
commit 887feae5e5
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ def individualPostAsHtml(session,wfRequest: {},personCache: {}, \
' <a href="'+postJsonObject['actor']+'">Visit</a>' \ ' <a href="'+postJsonObject['actor']+'">Visit</a>' \
' <a href="/users/'+nickname+'?follow">Follow</a>' \ ' <a href="/users/'+nickname+'?follow">Follow</a>' \
' <a href="/users/'+nickname+'?block">Block</a>' \ ' <a href="/users/'+nickname+'?block">Block</a>' \
' <a href="/users/'+nickname+'?report">Report</a>' \
' </div>' \ ' </div>' \
' </div>' \ ' </div>' \
'<p class="post-title">'+titleStr+'</p>'+ \ '<p class="post-title">'+titleStr+'</p>'+ \