From 5a1cf9ce83537a22de51f67e0c75653e475a0f7e Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Mon, 9 Nov 2020 18:57:56 -0800 Subject: [PATCH] more search results clickable --- bookwyrm/templates/search_results.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bookwyrm/templates/search_results.html b/bookwyrm/templates/search_results.html index add82a7d..d35881f1 100644 --- a/bookwyrm/templates/search_results.html +++ b/bookwyrm/templates/search_results.html @@ -26,7 +26,9 @@ {% endif %} @@ -58,7 +60,9 @@ {% endif %} {% endfor %} {% if local_results.results %} - + {% endif %}