Skip to content

Commit

Permalink
Merge pull request #1018 from openeuropa/EWPP-1934
Browse files Browse the repository at this point in the history
EWPP-1934: Do not render Event's Subject field content within template.
  • Loading branch information
upchuk authored Jan 27, 2022
2 parents 6d85863 + 81cd800 commit 6face3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/
#}
{% for item in items %}
{{- item.content|render -}}{{ not loop.last ? ' | ' }}
{{- item.content -}}{{ not loop.last ? ' | ' }}
{% endfor %}

0 comments on commit 6face3f

Please sign in to comment.