summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/404.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2022-04-30 08:04:09 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2022-04-30 13:20:27 +0200
commitad1aca682318657955369b1f2cb28a86bc25394c (patch)
tree1e653c1503bd98960326841f08f64c923cdd812c /searx/templates/oscar/404.html
parente8541b6006cd6a00556957433c9de64c23ba0c84 (diff)
[theme] delete static/themes/oscar and templates/oscar
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> templates/oscar# gelöscht: searx/static/themes/oscar/fonts/glyphicons-halflings-regular.ttf
Diffstat (limited to 'searx/templates/oscar/404.html')
-rw-r--r--searx/templates/oscar/404.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/searx/templates/oscar/404.html b/searx/templates/oscar/404.html
deleted file mode 100644
index cdb31db73..000000000
--- a/searx/templates/oscar/404.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "oscar/base.html" %}
-{% block content %}
-<div class="text-center">
- <h1>{{ _('Page not found') }}</h1>
- {% autoescape false %}
- <p>{{ _('Go to %(search_page)s.', search_page='<a href="{}">{}</a>'.format(url_for('index'), _('search page'))) }}</p>
- {% endautoescape %}
-</div>
-{% endblock %}