mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-26 09:11:00 +00:00
Don’t show "no results" on search entry page (#105)
This commit is contained in:
parent
6cf344360a
commit
d27be3f426
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not results.identities and not results.hashtags %}
|
{% if results and not results.identities and not results.hashtags %}
|
||||||
<h2>No results (yet)</h2>
|
<h2>No results (yet)</h2>
|
||||||
<p>No results found — not yet, at least. The search swamphens are still
|
<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
|
rooting around behind the scenes and may yet turn something up. If you try your search
|
||||||
|
|
Loading…
Reference in a new issue