diff --git a/datamodels/2.x/itop-portal-base/portal/templates/home/layout.html.twig b/datamodels/2.x/itop-portal-base/portal/templates/home/layout.html.twig index 5a6b5dd67..b6c112aa8 100644 --- a/datamodels/2.x/itop-portal-base/portal/templates/home/layout.html.twig +++ b/datamodels/2.x/itop-portal-base/portal/templates/home/layout.html.twig @@ -30,7 +30,7 @@ {% if aTilesRendering[brick.GetId] is defined %} {{ aTilesRendering[brick.GetId]|raw }} {% else %} - {% include '' ~ brick.GetTileTemplatePath with {brick: brick} %} + {% include '' ~ brick.GetTemplatePath with {brick: brick} %} {% endif %} {% endif %} {% endfor %}