Merge pull request #225 from Cqoicebordel/rtl-fix

Import result_footer_rtl in video so it doesn't crash...
dependabot/pip/master/sphinx-6.1.3
Adam Tauber 10 years ago
commit 9520542fa5

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

Loading…
Cancel
Save