Skip to content

Commit

Permalink
Merge pull request #352 from Bixal/feature/BSD-351-case-study-duplica…
Browse files Browse the repository at this point in the history
…te-content

BSD fixes #351: Use correct fields for impact and conclusion.
  • Loading branch information
mattsqd authored Nov 22, 2024
2 parents 37cef06 + be4018a commit cfab338
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@
{% include "@components/section/section.html.twig" with {
variant: "accent-cool",
title: 'Impact' | t,
body: content.field_introduction | field_value
body: content.field_impact | field_value
} only %}

{% include "@components/section/section.html.twig" with {
variant: "primary-alt",
title: 'Conclusion' | t,
body: content.field_introduction | field_value
body: content.field_conclusion | field_value
} only %}

0 comments on commit cfab338

Please sign in to comment.