mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
quick fix for banner
This commit is contained in:
parent
d536da3581
commit
04e9e30972
@ -22,8 +22,10 @@
|
|||||||
|
|
||||||
<div class="grid-3">
|
<div class="grid-3">
|
||||||
<p style="text-align: right;">
|
<p style="text-align: right;">
|
||||||
<i>ouvert le {{ accompanyingCourse.openingDate|format_date('short') }}</i><br>
|
<i>{{ 'Started on %date%'|trans({'%date%': accompanyingCourse.openingDate|format_date('short') } ) }}</i><br>
|
||||||
par <b>{{ accompanyingCourse.user.usernameCanonical }}</b>
|
{% if accompanyingCourse.user is not null %}
|
||||||
|
par <b>{{ accompanyingCourse.user.usernameCanonical }}</b>
|
||||||
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user