mirror of
https://github.com/searxng/searxng.git
synced 2026-06-07 02:17:16 +02:00
[mod] rename "default" theme to "legacy"
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% extends "legacy/base.html" %}
|
||||
{% block content %}
|
||||
<div class="center">
|
||||
<h1>{{ _('Page not found') }}</h1>
|
||||
{% autoescape false %}
|
||||
<p>{{ _('Go to %(search_page)s.', search_page='<a href="{}">{}</a>'.decode('utf-8').format(url_for('index'), _('search page'))) }}</p>
|
||||
{% endautoescape %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user