Don’t show "no results" on search entry page (#105)
This commit is contained in:
		
							parent
							
								
									6cf344360a
								
							
						
					
					
						commit
						d27be3f426
					
				@ -26,7 +26,7 @@
 | 
			
		||||
        {% endfor %}
 | 
			
		||||
        </section>
 | 
			
		||||
    {% endif %}
 | 
			
		||||
    {% if not results.identities and not results.hashtags %}
 | 
			
		||||
    {% if results and 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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user