diff options
Diffstat (limited to 'searx/templates/simple/preferences.html')
| -rw-r--r-- | searx/templates/simple/preferences.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html index 898221166..b47cbc774 100644 --- a/searx/templates/simple/preferences.html +++ b/searx/templates/simple/preferences.html @@ -1,7 +1,7 @@ {% from 'simple/macros.html' import tabs_open, tabs_close, tab_header, tab_footer, checkbox_onoff, checkbox %} {% from 'simple/icons.html' import icon_big %} -{% extends "simple/base.html" %} +{% extends "simple/page_with_header.html" %} {%- macro plugin_preferences(section) -%} {%- for plugin in plugins -%} @@ -94,13 +94,11 @@ {%- endmacro -%} {% block head %} {% endblock %} +{% block linkto_preferences %}{% endblock %} {% block content %} +<h1>{{ _('Preferences') }}</h1> -<a href="{{ url_for('index') }}"><h1><span>SearXNG</span></h1></a> - -<h2>{{ _('Preferences') }}</h2> - -<form id="search_form" method="post" action="{{ url_for('preferences') }}"> +<form id="search_form" method="post" action="{{ url_for('preferences') }}" autocomplete="off"> {{ tabs_open() }} |