Merge branch 'docgen-fix' into 'master'

Fix error about not opened bracket

See merge request Chill-Projet/chill-bundles!122
This commit is contained in:
Marc Ducobu 2021-08-17 12:04:55 +00:00
commit 23366d5582

View File

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