summaryrefslogtreecommitdiffstats
path: root/templates/activities/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/search.html')
-rw-r--r--templates/activities/search.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/activities/search.html b/templates/activities/search.html
index 5137740..9081632 100644
--- a/templates/activities/search.html
+++ b/templates/activities/search.html
@@ -26,4 +26,10 @@
{% endfor %}
</section>
{% endif %}
+ {% if not results.identities and not results.hashtags %}
+ <h2>No results (yet)</h2>
+ <p>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
+ again after a moment, you might get lucky!</p>
+ {% endif %}
{% endblock %}