mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	
							parent
							
								
									37c3ace309
								
							
						
					
					
						commit
						a75d10206e
					
				@ -53,8 +53,8 @@
 | 
				
			|||||||
            <th>{{ _('Engine name') }}</th>
 | 
					            <th>{{ _('Engine name') }}</th>
 | 
				
			||||||
            <th>{{ _('Allow') }} / {{ _('Block') }}</th>
 | 
					            <th>{{ _('Allow') }} / {{ _('Block') }}</th>
 | 
				
			||||||
        </tr>
 | 
					        </tr>
 | 
				
			||||||
    {% for (categ,search_engines) in categs %}
 | 
					    {% for categ in all_categories %}
 | 
				
			||||||
        {% for search_engine in search_engines %}
 | 
					        {% for search_engine in engines_by_category[categ] %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            {% if not search_engine.private %}
 | 
					            {% if not search_engine.private %}
 | 
				
			||||||
            <tr>
 | 
					            <tr>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user