forked from Ponysearch/Ponysearch
[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 changed files with 1 additions and 1 deletions
|
@ -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 a new issue