mirror of
https://github.com/searxng/searxng.git
synced 2025-12-22 19:50:00 +00:00
[feat] results: show source of suggested answer
This commit is contained in:
@@ -22,7 +22,7 @@ from typing import List, Dict, Iterable
|
||||
|
||||
import urllib
|
||||
import urllib.parse
|
||||
from urllib.parse import urlencode, unquote
|
||||
from urllib.parse import urlencode, urlparse, unquote
|
||||
|
||||
import httpx
|
||||
|
||||
@@ -444,6 +444,7 @@ def render(template_name: str, **kwargs):
|
||||
}
|
||||
)
|
||||
)
|
||||
kwargs['urlparse'] = urlparse
|
||||
|
||||
# scripts from plugins
|
||||
kwargs['scripts'] = set()
|
||||
|
||||
Reference in New Issue
Block a user