summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-02-11 16:12:54 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-02-11 16:12:54 +0100
commit9520542fa5c9f43c09d53b8673d4e25b6e561be8 (patch)
tree02160f37890865fea556bae5b9d4dafbea13ccfd
parentc242a01d7be62fdd7f81eeefceb20c677d7f8e8e (diff)
parent3f4d0053ee721146e42a1bb188bd61e09396d723 (diff)
Merge pull request #225 from Cqoicebordel/rtl-fix
Import result_footer_rtl in video so it doesn't crash...
-rw-r--r--searx/templates/oscar/result_templates/videos.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/result_templates/videos.html b/searx/templates/oscar/result_templates/videos.html
index 87fe25afe..ddf2894ac 100644
--- 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) }}