Browse Source

Merge pull request #225 from Cqoicebordel/rtl-fix

Import result_footer_rtl in video so it doesn't crash...
Adam Tauber 10 years ago
parent
commit
9520542fa5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/templates/oscar/result_templates/videos.html

+ 1
- 1
searx/templates/oscar/result_templates/videos.html View File

@@ -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) }}