From 4f75995e05f004ab05cbf162e414bcc310eef405 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 Jan 2021 12:59:17 -0800 Subject: html: many tweaks and improvements --- fatcat_scholar/templates/search.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fatcat_scholar/templates/search.html') diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index 85c6a89..e7ccc1b 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -38,6 +38,7 @@ {{ search_macros.query_option(query.type_options, query.filter_type) }} {{ search_macros.query_option(query.availability_options, query.filter_availability) }} {{ search_macros.query_option(query.sort_options, query.sort_order) }} + {{ search_macros.clear_query(query) }} @@ -94,6 +95,7 @@ {{ search_macros.query_option(query.type_options, query.filter_type) }} {{ search_macros.query_option(query.availability_options, query.filter_availability) }} {{ search_macros.query_option(query.sort_options, query.sort_order) }} + {{ search_macros.clear_query(query) }} -- cgit v1.2.3