[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>
This commit is contained in:
Markus Heiser
2026-03-24 09:27:04 +01:00
committed by Markus Heiser
parent f8056b5e44
commit 8d44ff51e2
9 changed files with 5 additions and 133 deletions

View File

@@ -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 %}