From f7f7e63f9a6b00d51206a0844cb3007054ce0412 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Fri, 17 Mar 2023 11:12:05 +0100 Subject: [PATCH] Fix empty appearance settings Signed-off-by: Liviu-Mihail Concioiu --- templates/home/index.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/home/index.twig b/templates/home/index.twig index 9e089f840c..2116c584ed 100644 --- a/templates/home/index.twig +++ b/templates/home/index.twig @@ -88,6 +88,7 @@ {% endif %} + {% if available_languages is not empty or has_theme_manager %}
{% trans 'Appearance settings' %} @@ -148,6 +149,7 @@ {% endif %}
+ {% endif %}