소스 검색

Merge pull request #225 from Cqoicebordel/rtl-fix

Import result_footer_rtl in video so it doesn't crash...
Adam Tauber 10 년 전
부모
커밋
9520542fa5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      searx/templates/oscar/result_templates/videos.html

+ 1
- 1
searx/templates/oscar/result_templates/videos.html 파일 보기

@@ -1,4 +1,4 @@
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 3
 {{ result_header(result, favicons) }}
4 4
 {{ result_sub_header(result) }}