From 88f62cf0df9811918ba3f72c8d63936760830468 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 20 Jun 2022 19:00:10 +0200 Subject: [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 --- searx/templates/simple/result_templates/code.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/result_templates/code.html') diff --git a/searx/templates/simple/result_templates/code.html b/searx/templates/simple/result_templates/code.html index 54bee0fbf..3fe429caa 100644 --- a/searx/templates/simple/result_templates/code.html +++ b/searx/templates/simple/result_templates/code.html @@ -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) -}} -- cgit v1.2.3