[AccompanyingPeriod] add flashbag message when located temporarily

This commit is contained in:
2021-07-28 13:27:05 +02:00
committed by Marc Ducobu
parent f188cc2d27
commit 3302d69373
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
</a>
</span>
</div>
{% 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>
{% endif %}
{% endif %}
<h1>{{ 'Resume Accompanying Course'|trans }}</h1>