Merge pull request #4123 from alphagov/add-review-date-content

Add next review date
This commit is contained in:
karlchillmaid
2022-01-06 16:45:38 +00:00
committed by GitHub
2 changed files with 8 additions and 7 deletions

View File

@@ -13,10 +13,10 @@
{{ content_metadata(
data={
"Published": "23 September 2020",
"Last updated": "27 October 2021"
},
suffix="We review this page every 3 months"
) }}
"Last updated": "27 October 2021",
"Next review due": "20 January 2022"
}
) }}
<p class="govuk-body">
This accessibility statement applies to the www.notifications.service.gov.uk domain. It does not apply to the <a class="govuk-link govuk-link--no-visited-state" href="https://docs.notifications.service.gov.uk">GOV.UK Notify API documentation subdomain</a>.

View File

@@ -12,11 +12,12 @@
{{ content_metadata(
data={
"Last updated": "30 November 2021"
},
suffix="We review this page every 3 months"
"Last updated": "30 November 2021",
"Next review due": "20 January 2022"
}
) }}
<p class="govuk-body">The GOV.UK Notify roadmap shows what were working on and some of the <a class="govuk-link govuk-link--no-visited-state" href="#things-we-have-done">things weve done</a>.</p>
<p class="govuk-body">The roadmap is only a guide. It does not cover everything we do, and some things may change.</p>
<p class="govuk-body">You can <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.support')}}">contact us</a> if you have any questions about the roadmap or suggestions for new features.</p>