Skip to content

Commit

Permalink
GH-88: Clarify what details are being confirmed
Browse files Browse the repository at this point in the history
  • Loading branch information
markhobson committed Jan 13, 2025
1 parent 3f3fd5b commit 6e7871e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schemes/views/templates/scheme/_review.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% from "govuk_frontend_jinja/components/button/macro.html" import govukButton %}
{% from "govuk_frontend_jinja/components/checkboxes/macro.html" import govukCheckboxes %}
{% from "govuk_frontend_jinja/components/details/macro.html" import govukDetails %}

<section>
<h2 class="govuk-heading-m">
Expand Down Expand Up @@ -29,5 +30,16 @@ <h2 class="govuk-heading-m">
{{ govukButton({
"text": "Confirm"
}) }}

{% set html -%}
We only allow spend to date and milestone dates to be updated through this service.
If any other details are incorrect then
<a class="govuk-link" href="mailto:update-your-capital-schemes@activetravelengland.gov.uk">let us know</a>
before confirming that this scheme is up-to-date.
{%- endset %}
{{ govukDetails({
"summaryText": "Why can I not change some scheme details?",
"html": html
}) }}
</form>
</section>

0 comments on commit 6e7871e

Please sign in to comment.