Skip to content
Snippets Groups Projects
Commit 98e49d3a authored by Eric Bremner's avatar Eric Bremner Committed by Igor Biki
Browse files

ISTWCMS-7156: fix the end dates

parent 5649e696
No related branches found
No related tags found
1 merge request!244ISTWCMS-7156: update templates to use translated dates
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
{% include '@components/date/_date.twig' with { {% include '@components/date/_date.twig' with {
'date_format': 'time_only', 'date_format': 'time_only',
'date': d.end_date, 'date': d.end_date,
'translated': d['translated']['start_date']['time_only'] ?? null, 'translated': d['translated']['end_date']['time_only'] ?? null,
'timezone': d.timezone, 'timezone': d.timezone,
} %} } %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment