mirror of
https://github.com/searxng/searxng.git
synced 2024-11-13 21:51:08 +00:00
67fcf3cc67
continuation of commit: 0b832f19b
Signed-off-by: Markus <markus@venom.fritz.box>
11 lines
466 B
HTML
11 lines
466 B
HTML
<fieldset>{{- '' -}}
|
|
<legend id="pref_tokens">{{- _('Engine tokens') -}}</legend>{{- '' -}}
|
|
<div class="value">{{- '' -}}
|
|
<input name="tokens" aria-labelledby="pref_tokens" type="text"
|
|
autocomplete="off" spellcheck="false" autocorrect="off"
|
|
value='{{ preferences.tokens.get_value() }}'>{{- '' -}}
|
|
</div>{{- '' -}}
|
|
<div class="description">
|
|
{{- _('Access tokens for private engines') -}}
|
|
</div>{{- '' -}}
|
|
</fieldset>{{- '' -}}
|