diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-25 16:35:43 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-25 16:35:43 +0100 |
| commit | b62b3966b52a8842749a754cc12d0741790a2342 (patch) | |
| tree | 1a9c348928f2b99e242e3ecf6145753e475c395c /searx/templates/preferences.html | |
| parent | e23d2ed3762f8028b291ee4d0d508a016dae12ea (diff) | |
[enh] translations && informations @ preferences
Diffstat (limited to 'searx/templates/preferences.html')
| -rw-r--r-- | searx/templates/preferences.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/searx/templates/preferences.html b/searx/templates/preferences.html index 3c2afef21..caa957052 100644 --- a/searx/templates/preferences.html +++ b/searx/templates/preferences.html @@ -4,7 +4,6 @@ <div class="row"> <h2>{{ _('Preferences') }}</h2> - <form method="post" action="/preferences" id="search_form"> <fieldset> <legend>{{ _('Default categories') }}</legend> @@ -22,6 +21,11 @@ </select> </p> </fieldset> + <p class="small_font">{{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }} + <br /> + {{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }} + </p> + <input type="submit" value="{{ _('save') }}" /> </form> <div class="right"><a href="/">{{ _('back') }}</a></div> |