Link back to search screen

main
Bob Mottram 2020-12-07 12:06:30 +00:00
parent b391bbdffb
commit f7fd2a2857
1 changed files with 4 additions and 2 deletions

View File

@ -116,8 +116,10 @@ def htmlSearchSharedItems(cssCache: {}, translate: {},
sharedItemsForm = \
htmlHeaderWithExternalStyle(cssFilename)
sharedItemsForm += \
'<center><h1>' + translate['Shared Items Search'] + \
'</h1></center>'
'<center><h1>' + \
'<a href="' + actor + '/search">' + \
translate['Shared Items Search'] + \
'</a></h1></center>'
resultsExist = False
for subdir, dirs, files in os.walk(baseDir + '/accounts'):
for handle in dirs: