Fix error about not opened bracket

This commit is contained in:
Marc Ducobu 2021-08-17 14:03:18 +02:00
parent 65e72b05c5
commit f58be46466

View File

@ -27,7 +27,7 @@
</a>
</span>
</div>
{% if accompanyingCourse.locationStatus == 'address' or accompanyingCourse.locationStatus == 'none') %}
{% if accompanyingCourse.locationStatus == 'address' or accompanyingCourse.locationStatus == 'none' %}
<div class="alert alert-danger">
{{ 'This course is located at a temporarily address. You should locate this course to an user'|trans }}
</div>