mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
[enh] make custom oscar option configurable from url
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user