From 5d5df5ad1a6442af614a274cf4397f2315ee6784 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 7 May 2024 10:37:39 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B07255=20-=20Fix=20misc.=20stylesheets=20n?= =?UTF-8?q?ot=20working=20in=20portal=20since=20N=C2=B07047?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.x/itop-portal-base/portal/templates/layout.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig b/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig index 72208ebe0..781e7c3fa 100644 --- a/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig +++ b/datamodels/2.x/itop-portal-base/portal/templates/layout.html.twig @@ -64,12 +64,12 @@ {% endif %} {# Custom CSS that is supposed to do adjustments to the portal #} {% if app['combodo.portal.instance.conf'].properties.themes.custom is defined %} - + {% endif %} {# Others CSS that will come after the theme/portal/custom, in an undefined order #} {% if app['combodo.portal.instance.conf'].properties.themes.others is defined %} {% for theme in app['combodo.portal.instance.conf'].properties.themes.others %} - + {% endfor %} {% endif %} {% endblock %}