瀏覽代碼

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

Cqoicebordel 10 年之前
父節點
當前提交
3f4d0053ee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      searx/templates/oscar/result_templates/videos.html

+ 1
- 1
searx/templates/oscar/result_templates/videos.html 查看文件

1
-{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, icon %}
1
+{% from 'oscar/macros.html' import result_header, result_sub_header, result_footer, result_footer_rtl, icon %}
2
 
2
 
3
 {{ result_header(result, favicons) }}
3
 {{ result_header(result, favicons) }}
4
 {{ result_sub_header(result) }}
4
 {{ result_sub_header(result) }}