forked from Icycoide/searxng
[enh] make custom oscar option configurable from url
This commit is contained in:
parent
46fb0d860e
commit
e060aedc16
4 changed files with 10 additions and 4 deletions
|
@ -376,6 +376,8 @@ def render(template_name, override_theme=None, **kwargs):
|
|||
|
||||
kwargs['unicode'] = unicode
|
||||
|
||||
kwargs['preferences'] = request.preferences
|
||||
|
||||
kwargs['scripts'] = set()
|
||||
for plugin in request.user_plugins:
|
||||
for script in plugin.js_dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue