summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-06-28 18:36:52 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2023-06-28 18:36:52 +0200
commitefea9625047367838980dfb7a05aef1b7e4d9bb5 (patch)
tree97c1bdcedc39310cf8fcbe932d9bef247dd2e15b /searx/templates
parent401561cb580454ef73d08072dbad0da1a5e897aa (diff)
downloadsearxng-efea9625047367838980dfb7a05aef1b7e4d9bb5.tar.gz
searxng-efea9625047367838980dfb7a05aef1b7e4d9bb5.zip
[fix] simple template: preferences - add missing icon_smal import
Related: https://github.com/searxng/searxng/commit/2149e88bdd64#r119535272 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/simple/preferences.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/preferences.html b/searx/templates/simple/preferences.html
index 8bc89a118..98d082198 100644
--- a/searx/templates/simple/preferences.html
+++ b/searx/templates/simple/preferences.html
@@ -1,4 +1,4 @@
-{%- from 'simple/icons.html' import icon_big -%}
+{%- from 'simple/icons.html' import icon_small, icon_big -%}
{%- extends "simple/page_with_header.html" -%}
{%- macro tabs_open() -%}