From e042b47721f17c877a7903edc3873bc244dc4d93 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 7 Aug 2021 13:24:12 +0100 Subject: [PATCH] View button on shared item to get to the profile --- webapp_utils.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/webapp_utils.py b/webapp_utils.py index 08e653edc..c46190b90 100644 --- a/webapp_utils.py +++ b/webapp_utils.py @@ -1297,9 +1297,13 @@ def htmlSearchResultShare(baseDir: str, sharedItem: {}, translate: {}, contactActor = \ httpPrefix + '://' + domainFull + '/users/' + contactNickname sharedItemsForm += \ - '

\n' + '">\n' + \ + '\n' # should the remove button be shown? showRemoveButton = False