forked from zaclys/searxng
		
	[fix] clean up templates / remove import of result_footer_rtl macro
A macro named 'result_footer_rtl' does not exists. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									8f7cb4ad6f
								
							
						
					
					
						commit
						88f62cf0df
					
				
					 6 changed files with 6 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %}
 | 
			
		||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer with context %}
 | 
			
		||||
 | 
			
		||||
{{ result_header(result, favicons, image_proxify) -}}
 | 
			
		||||
{{- result_sub_header(result) -}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %}
 | 
			
		||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer with context %}
 | 
			
		||||
 | 
			
		||||
{{ result_header(result, favicons, image_proxify) -}}
 | 
			
		||||
{{- result_sub_header(result) -}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %}
 | 
			
		||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer with context %}
 | 
			
		||||
{% from 'simple/icons.html' import icon_small %}
 | 
			
		||||
 | 
			
		||||
{{ result_header(result, favicons, image_proxify) -}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %}
 | 
			
		||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer with context %}
 | 
			
		||||
 | 
			
		||||
{{ result_header(result, favicons, image_proxify) -}}
 | 
			
		||||
{{- result_sub_header(result) -}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl, result_link with context %}
 | 
			
		||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_link with context %}
 | 
			
		||||
 | 
			
		||||
{{ result_header(result, favicons, image_proxify) -}}
 | 
			
		||||
{{- result_sub_header(result) -}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer, result_footer_rtl with context %}
 | 
			
		||||
{% from 'simple/macros.html' import result_header, result_sub_header, result_sub_footer, result_footer with context %}
 | 
			
		||||
 | 
			
		||||
{{ result_header(result, favicons, image_proxify) }}
 | 
			
		||||
{{ result_sub_header(result) }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue