diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2026-03-24 09:27:04 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2026-03-24 19:39:11 +0100 |
| commit | 8d44ff51e2bb7fb40c4d7eda44393d57d72cfd88 (patch) | |
| tree | 74670271bbef78dce47d7f821c10212bbd4758a5 /searx/webapp.py | |
| parent | f8056b5e44b7aedc43125fc680d4b0315d09f48f (diff) | |
[mod] remove the "Submit a new issue on Github" form (#5896)
Submitting an issue on GitHub isn't a end user task .. most issue reports coming
from this form are not filled out, since end users are not familiar with the
needs of a developer community.
Closes: https://github.com/searxng/searxng/issues/5820
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/webapp.py')
| -rwxr-xr-x | searx/webapp.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/searx/webapp.py b/searx/webapp.py index 23dd56e66..ed2deeabb 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -419,8 +419,8 @@ def render(template_name: str, **kwargs): # values from settings kwargs['search_formats'] = [x for x in settings['search']['formats'] if x != 'html'] kwargs['instance_name'] = get_setting('general.instance_name') - kwargs['searx_version'] = VERSION_STRING - kwargs['searx_git_url'] = GIT_URL + kwargs['searxng_version'] = VERSION_STRING + kwargs['searxng_git_url'] = GIT_URL kwargs['enable_metrics'] = get_setting('general.enable_metrics') kwargs['get_setting'] = get_setting kwargs['get_pretty_url'] = get_pretty_url @@ -1153,7 +1153,6 @@ def stats(): engine_stats = engine_stats, engine_reliabilities = engine_reliabilities, selected_engine_name = selected_engine_name, - searx_git_branch = GIT_BRANCH, technical_report = technical_report, # fmt: on ) |
