Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 152497d4 authored by gilmarfdelima's avatar gilmarfdelima
Browse files

OEL-1026: Remove striptags filter and use field_value.

parent 2913bd80
No related branches found
No related tags found
1 merge request!76OEL-1026: [oe_whitelabel] Style the event content type
......@@ -18,7 +18,7 @@
'#attributes': {
class: 'text-muted text-nowrap me-4-5',
},
'#value': content.oe_event_dates|render|striptags,
'#value': content.oe_event_dates|field_value,
},
badges: badges|render|default([])
}) }}
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