From f58be46466adfe2e74672a0816bf265fd3434765 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Tue, 17 Aug 2021 14:03:18 +0200 Subject: [PATCH] Fix error about not opened bracket --- .../Resources/views/AccompanyingCourse/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig index c18abc767..356f7fd32 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingCourse/index.html.twig @@ -27,7 +27,7 @@ - {% if accompanyingCourse.locationStatus == 'address' or accompanyingCourse.locationStatus == 'none') %} + {% if accompanyingCourse.locationStatus == 'address' or accompanyingCourse.locationStatus == 'none' %}
{{ 'This course is located at a temporarily address. You should locate this course to an user'|trans }}