twig filter format_date need only one argument

This commit is contained in:
2020-09-10 16:00:32 +02:00
parent 33c9cdeaf2
commit 65a5c94c2f
10 changed files with 14 additions and 14 deletions

View File

@@ -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 }}

View File

@@ -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 }}