From 7e196b875426f66df6f79d48db4815cb7ab9b704 Mon Sep 17 00:00:00 2001 From: thisfro Date: Sun, 2 May 2021 16:35:00 +0200 Subject: [PATCH] fix flex-bug --- templates/app/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/app/index.html.twig b/templates/app/index.html.twig index b8b3fbc..49957f1 100644 --- a/templates/app/index.html.twig +++ b/templates/app/index.html.twig @@ -10,7 +10,7 @@

Offerings

{% if offerings|length > 0 %} -
+
{% for offering in offerings %}