From ac0c183c5063d4264e69c467b404d2b57f183564 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sat, 15 Aug 2020 17:37:36 +0200 Subject: [PATCH] fix(PublicPages): add additional schedule display verification feat(PublicPages): add organization id --- views/organization.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/views/organization.twig b/views/organization.twig index 83f9a61..43c8417 100644 --- a/views/organization.twig +++ b/views/organization.twig @@ -8,6 +8,8 @@ + + {% endblock %} {% block content %}
@@ -99,7 +101,7 @@ {# {% endif %} #} - {% if data.schedule|length > 0 %} + {% if data.schedule|length > 0 and data.schedule[0].when|length > 0 %}

Crénaux