mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[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>
This commit is contained in:
parent
401561cb58
commit
efea962504
@ -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" -%}
|
{%- extends "simple/page_with_header.html" -%}
|
||||||
|
|
||||||
{%- macro tabs_open() -%}
|
{%- macro tabs_open() -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user