mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-06 07:49:53 +00:00
correct date format in admin
This commit is contained in:
parent
e0fc87ef58
commit
807ffb845a
@ -11,9 +11,9 @@
|
|||||||
{% for entity in entities %}
|
{% for entity in entities %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ entity.title }}</td>
|
<td>{{ entity.title }}</td>
|
||||||
<td>{{ entity.startDate|date }}</td>
|
<td>{{ entity.startDate|format_date('long') }}</td>
|
||||||
{% if entity.endDate is not null %}
|
{% if entity.endDate is not null %}
|
||||||
<td>{{ entity.endDate|date }}</td>
|
<td>{{ entity.endDate|format_date('long') }}</td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td>{{ 'news.noDate'|trans }}</td>
|
<td>{{ 'news.noDate'|trans }}</td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user