diff --git a/schemes/views/templates/scheme/_review.html b/schemes/views/templates/scheme/_review.html index 70b56f39..35288eda 100644 --- a/schemes/views/templates/scheme/_review.html +++ b/schemes/views/templates/scheme/_review.html @@ -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 %}

@@ -29,5 +30,16 @@

{{ 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 + let us know + before confirming that this scheme is up-to-date. + {%- endset %} + {{ govukDetails({ + "summaryText": "Why can I not change some scheme details?", + "html": html + }) }}