Drop Python 2 (2/n): templates

This commit is contained in:
Dalf 2020-08-11 15:24:41 +02:00 committed by Alexandre Flament
parent 1022228d95
commit 78df10fb55
5 changed files with 4 additions and 6 deletions

View file

@ -408,8 +408,6 @@ def render(template_name, override_theme=None, **kwargs):
kwargs['results_on_new_tab'] = request.preferences.get_value('results_on_new_tab')
kwargs['unicode'] = str
kwargs['preferences'] = request.preferences
kwargs['brand'] = brand