mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	 3ca97cf5e3
			
		
	
	
		3ca97cf5e3
		
	
	
	
	
		
			
			If there were no results but errors in the engines then the error dialogs of the engines was displayed in the result list. With the new design errors of the engines should only be displayed in the sidebar and at the same time duplications of the (template) code will be avoided. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			241 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% from 'simple/icons.html' import icon_big %}
 | |
| <div class="dialog-error" role="alert">
 | |
|   <p><strong>{{ _('Sorry!') }}</strong></p>
 | |
|   <p>{{ _("we didn't find any results. Please use another query or search in more categories.") }}</p>
 | |
| </div>
 |