logo

searx

My custom branche(s) on searx, a meta-search engine git clone https://hacktivis.me/git/searx.git
commit: 3f4d0053ee721146e42a1bb188bd61e09396d723
parent c242a01d7be62fdd7f81eeefceb20c677d7f8e8e
Author: Cqoicebordel <Cqoicebordel@users.noreply.github.com>
Date:   Wed, 11 Feb 2015 15:58:59 +0100

Import result_footer_rtl in video so it doesn't crash...

Diffstat:

Msearx/templates/oscar/result_templates/videos.html2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html @@ -1,4 +1,4 @@ -{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, icon %} +{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon %} {{ result_header(result, favicons) }} {{ result_sub_header(result) }}