diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 12:59:17 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 12:59:17 -0800 |
commit | 4f75995e05f004ab05cbf162e414bcc310eef405 (patch) | |
tree | b60bb2ba760d8f259675db4cb2f4f300b774ddda /fatcat_scholar/templates/search.html | |
parent | a10f4c93f74b26781fe170f0f117cd506149e738 (diff) | |
download | fatcat-scholar-4f75995e05f004ab05cbf162e414bcc310eef405.tar.gz fatcat-scholar-4f75995e05f004ab05cbf162e414bcc310eef405.zip |
html: many tweaks and improvements
Diffstat (limited to 'fatcat_scholar/templates/search.html')
-rw-r--r-- | fatcat_scholar/templates/search.html | 2 |
1 files changed, 2 insertions, 0 deletions
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) }} </div> </details> @@ -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) }} </div> </nav> |