From c7c91b3a28c67a62396504d90cde92672b5d35f0 Mon Sep 17 00:00:00 2001 From: David Okeke Date: Mon, 16 Dec 2024 17:32:15 +0000 Subject: [PATCH] Handled missing content_author for some pages and implemented stylistic changes --- .../search/partials/search_category_single_tab.html | 2 +- src/search/templates/search/partials/search_results.html | 2 +- src/search/utils.py | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/search/templates/search/partials/search_category_single_tab.html b/src/search/templates/search/partials/search_category_single_tab.html index fa1800d69..e98e0e83f 100644 --- a/src/search/templates/search/partials/search_category_single_tab.html +++ b/src/search/templates/search/partials/search_category_single_tab.html @@ -1,6 +1,6 @@ {% load search %} {% search_count category=search_count_category as hits %} -Start typing to search {% if perms.extended_search.export_search %} - Export to CSV + Download search results {% endif %}