diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-11 15:58:59 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-11 15:58:59 +0100 |
| commit | 3f4d0053ee721146e42a1bb188bd61e09396d723 (patch) | |
| tree | 02160f37890865fea556bae5b9d4dafbea13ccfd | |
| parent | c242a01d7be62fdd7f81eeefceb20c677d7f8e8e (diff) | |
Import result_footer_rtl in video so it doesn't crash...
| -rw-r--r-- | searx/templates/oscar/result_templates/videos.html | 2 |
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) }}
|