mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
install twig intl-extra, replace localizeddate filter by format_date
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{% endif %}
|
||||
|
||||
<div>
|
||||
<h3>{{ event.date|localizeddate('long', 'short') }}
|
||||
<h3>{{ event.date|format_date('long', 'short') }}
|
||||
<span class="event"> /
|
||||
{% if boolDate|trans == 'futur' %}
|
||||
<span class="chill-orange">Prochain</span> événement
|
||||
|
Reference in New Issue
Block a user