diff --git a/app/filter.py b/app/filter.py index bec9f9e..4fede8a 100644 --- a/app/filter.py +++ b/app/filter.py @@ -294,7 +294,8 @@ class Filter: soup = BeautifulSoup(render_template('imageresults.html', length=len(results), - results=results), + results=results, + view_label="View Image"), features='html.parser') # replace search input object soup.find_all('td', diff --git a/app/templates/imageresults.html b/app/templates/imageresults.html index ed4a8ee..17ee98a 100644 --- a/app/templates/imageresults.html +++ b/app/templates/imageresults.html @@ -86,7 +86,7 @@