From d27be3f42619e9eaf3b8ac9333b2bf5bb290aae6 Mon Sep 17 00:00:00 2001 From: Avi Flax Date: Sun, 4 Dec 2022 20:32:11 -0500 Subject: Don’t show "no results" on search entry page (#105) --- templates/activities/search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/activities/search.html b/templates/activities/search.html index 9081632..84b2cc7 100644 --- a/templates/activities/search.html +++ b/templates/activities/search.html @@ -26,7 +26,7 @@ {% endfor %} {% endif %} - {% if not results.identities and not results.hashtags %} + {% if results and not results.identities and not results.hashtags %}

No results (yet)

No results found — not yet, at least. The search swamphens are still rooting around behind the scenes and may yet turn something up. If you try your search -- cgit v1.2.3