mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-02 18:47:05 -05:00 
			
		
		
		
	Merge pull request #2387 from return42/issue-2383
[themes] add hyperlink to searx instances list in error message
This commit is contained in:
		
						commit
						36235dfde2
					
				@ -7,7 +7,7 @@
 | 
			
		||||
        {{ engine_name }} ({{ error_type }}){% if not loop.last %}, {% endif %}
 | 
			
		||||
        {% endfor %}
 | 
			
		||||
    </p>
 | 
			
		||||
    <p><small>{{ _('Please, try again later or find another searx instance.') }}</small></p>
 | 
			
		||||
    <p><small>{{ _('Please, try again later or find another searx instance.') }} (<a href="{{ brand.PUBLIC_INSTANCES }}">{{ _('Public instances') }}</a>)</small></p>
 | 
			
		||||
</div>
 | 
			
		||||
{% else %}
 | 
			
		||||
<div class="alert alert-info fade in" role="alert">
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,7 @@
 | 
			
		||||
    {{ engine_name }} ({{ error_type }}){% if not loop.last %}, {% endif %}
 | 
			
		||||
    {% endfor %}
 | 
			
		||||
  </p>
 | 
			
		||||
  <p><small>{{ _('Please, try again later or find another searx instance.') }}</small></p>
 | 
			
		||||
  <p><small>{{ _('Please, try again later or find another searx instance.') }} (<a href="{{ brand.PUBLIC_INSTANCES }}">{{ _('Public instances') }}</a>) </small></p>
 | 
			
		||||
</div>
 | 
			
		||||
{% else %}
 | 
			
		||||
<div class="dialog-error" role="alert">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user