1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-05 00:40:15 +02:00

Merge pull request #225 from Cqoicebordel/rtl-fix

Import result_footer_rtl in video so it doesn't crash...
This commit is contained in:
Adam Tauber 2015-02-11 16:12:54 +01:00
commit 9520542fa5

View File

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