We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c43846 commit 1877bb2Copy full SHA for 1877bb2
1 file changed
docs/features/configuration-based/PAGE_EVENTS.md
@@ -109,9 +109,9 @@ Page template:
109
110
```jinja2
111
{% if context.data.awardedGrantValue %}
112
-<p class="govuk-body">Congratulations. You are likely to receive up to £{{ context.data.awardedGrantValue }}.</p>
+ <p class="govuk-body">Congratulations. You are likely to receive up to £{{ context.data.awardedGrantValue }}.</p>
113
{% endif %}
114
-<p class="govuk-body">You have not been awarded any funding for this application.</p>
+ <p class="govuk-body">You have not been awarded any funding for this application.</p>
115
116
```
117
0 commit comments