summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-02-11 15:58:59 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-02-11 15:58:59 +0100
commit3f4d0053ee721146e42a1bb188bd61e09396d723 (patch)
tree02160f37890865fea556bae5b9d4dafbea13ccfd /searx
parentc242a01d7be62fdd7f81eeefceb20c677d7f8e8e (diff)
Import result_footer_rtl in video so it doesn't crash...
Diffstat (limited to 'searx')
-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) }}