mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-10 01:39:52 +00:00
- **fix:** move closing motive up to be coherent with display elsewhere
This commit is contained in:
parent
56ec8fb516
commit
2f6cef4238
@ -70,6 +70,20 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% if acp.step == 'CLOSED' and acp.closingMotive is not null %}
|
||||
<div class="wl-row">
|
||||
<div class="wl-col title">
|
||||
<h3 class="closingMotive">{{ 'Closing motive'|trans }}</h3>
|
||||
</div>
|
||||
<div class="wl-col list">
|
||||
<div>
|
||||
{{ acp.closingMotive.name|localize_translatable_string }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if acp.user is not null %}
|
||||
<div class="wl-row">
|
||||
<div class="wl-col title">
|
||||
|
Loading…
x
Reference in New Issue
Block a user