From f7fd2a2857370b217c783e55a972a55dab90207a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 7 Dec 2020 12:06:30 +0000 Subject: [PATCH] Link back to search screen --- webapp_search.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp_search.py b/webapp_search.py index 38561885..557f2d66 100644 --- a/webapp_search.py +++ b/webapp_search.py @@ -116,8 +116,10 @@ def htmlSearchSharedItems(cssCache: {}, translate: {}, sharedItemsForm = \ htmlHeaderWithExternalStyle(cssFilename) sharedItemsForm += \ - '

' + translate['Shared Items Search'] + \ - '

' + '

' + \ + '' + \ + translate['Shared Items Search'] + \ + '

' resultsExist = False for subdir, dirs, files in os.walk(baseDir + '/accounts'): for handle in dirs: