mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
[AccompanyingPeriod] add flashbag message when located temporarily
This commit is contained in:
@@ -59,6 +59,19 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if accompanyingCourse.step != 'DRAFT' and
|
||||
(accompanyingCourse.locationStatus == 'address' or accompanyingCourse.locationStatus == 'none')
|
||||
%}
|
||||
<div class="alert alert-danger">
|
||||
<div class="message">
|
||||
{{ 'This course is located at a temporarily address. You should locate this course to an user'|trans }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{% endif %}
|
||||
|
||||
<h2>{{ 'Associated peoples'|trans }}</h2>
|
||||
|
Reference in New Issue
Block a user