mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Change syntax of check on null for closing motive
This commit is contained in:
parent
4a2078dc65
commit
97f2c75de8
@ -35,7 +35,7 @@
|
||||
<div class="warnings">
|
||||
<div class="alert alert-danger">
|
||||
<h2>{{ 'This course is closed'|trans }}</h2>
|
||||
{% if accompanyingCourse.closingMotive %}
|
||||
{% if accompanyingCourse.closingMotive is not same as null %}
|
||||
<p>
|
||||
{{ 'Closing motive'|trans }} : {{ accompanyingCourse.closingMotive.name|localize_translatable_string }}
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user