mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 14:25:00 +00:00
twig filter format_date need only one argument
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<h3 class="single-line">
|
||||
{{ period.closingDate|format_date('long', 'none') }}
|
||||
{{ period.closingDate|format_date('long') }}
|
||||
<span class="person"> /
|
||||
<a href="{{ path('chill_person_accompanying_period_list', { 'person_id': person.id } ) }}">
|
||||
{{ 'Closing the accompanying period' | trans }}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<h3 class="single-line">
|
||||
{{ period.openingDate|format_date('long', 'none') }}
|
||||
{{ period.openingDate|format_date('long') }}
|
||||
<span class="person"> /
|
||||
<a href="{{ path('chill_person_accompanying_period_list', { 'person_id': person.id } ) }}">
|
||||
{{ 'Opening the accompanying period' | trans }}
|
||||
|
Reference in New Issue
Block a user