summaryrefslogtreecommitdiff
path: root/searx/templates/simple/stats.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2026-03-24 09:27:04 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2026-03-24 19:39:11 +0100
commit8d44ff51e2bb7fb40c4d7eda44393d57d72cfd88 (patch)
tree74670271bbef78dce47d7f821c10212bbd4758a5 /searx/templates/simple/stats.html
parentf8056b5e44b7aedc43125fc680d4b0315d09f48f (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/templates/simple/stats.html')
-rw-r--r--searx/templates/simple/stats.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/searx/templates/simple/stats.html b/searx/templates/simple/stats.html
index 8c436c399..448a628ca 100644
--- a/searx/templates/simple/stats.html
+++ b/searx/templates/simple/stats.html
@@ -1,5 +1,4 @@
{% from 'simple/icons.html' import icon_big %}
-{% from 'simple/new_issue.html' import new_issue with context %}
{% extends "simple/page_with_header.html" %}
@@ -124,7 +123,6 @@
{% endif %}
{% endfor %}
{% endfor %}
- {{ new_issue(selected_engine_name, engine_reliabilities[selected_engine_name]) }}
</div>
{% endif %}