mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Merge pull request #4123 from alphagov/add-review-date-content
Add next review date
This commit is contained in:
@@ -13,10 +13,10 @@
|
|||||||
{{ content_metadata(
|
{{ content_metadata(
|
||||||
data={
|
data={
|
||||||
"Published": "23 September 2020",
|
"Published": "23 September 2020",
|
||||||
"Last updated": "27 October 2021"
|
"Last updated": "27 October 2021",
|
||||||
},
|
"Next review due": "20 January 2022"
|
||||||
suffix="We review this page every 3 months"
|
}
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
<p class="govuk-body">
|
<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>.
|
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>.
|
||||||
|
|||||||
@@ -12,11 +12,12 @@
|
|||||||
|
|
||||||
{{ content_metadata(
|
{{ content_metadata(
|
||||||
data={
|
data={
|
||||||
"Last updated": "30 November 2021"
|
"Last updated": "30 November 2021",
|
||||||
},
|
"Next review due": "20 January 2022"
|
||||||
suffix="We review this page every 3 months"
|
}
|
||||||
) }}
|
) }}
|
||||||
|
|
||||||
|
|
||||||
<p class="govuk-body">The GOV.UK Notify roadmap shows what we’re working on and some of the <a class="govuk-link govuk-link--no-visited-state" href="#things-we-have-done">things we’ve done</a>.</p>
|
<p class="govuk-body">The GOV.UK Notify roadmap shows what we’re working on and some of the <a class="govuk-link govuk-link--no-visited-state" href="#things-we-have-done">things we’ve 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">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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user