From ae5adc989fa4365be2ffa1796dfd142b1814652c Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 30 May 2025 10:37:52 +0200 Subject: [PATCH] the cc-section needs to be included in another place Signed-off-by: Simon L. --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 055b12ae..810117bf 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -602,11 +602,11 @@ {% endif %} {% endif %} + {{ include('includes/community-containers.twig') }} {% endif %} {% endif %} {% endif %} - {{ include('includes/community-containers.twig') }}