Skip to content

Commit

Permalink
Merge pull request #12 from tim-s-ccs/update-dmp-govuk-frontend-banner
Browse files Browse the repository at this point in the history
Update the framework banner
  • Loading branch information
tim-s-ccs authored Feb 7, 2024
2 parents 4248f32 + ce5cdf7 commit 801eefc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The following table shows the version of Digital Marketplace Frontend Jinja that

| Digital Marketplace Frontend Jinja Version | Target CCS Digital Marketplace GOV.UK Frontend Version |
| ----------------------------- | ------------------------------ |
| [1.0.2](https://github.com/tim-s-ccs/ccs-digitalmarketplace-frontend-jinja/releases/tag/1.0.2) | [5.1.2](https://github.com/Crown-Commercial-Service/ccs-digitalmarketplace-govuk-frontend/releases/tag/5.1.2) |
| [1.0.1](https://github.com/tim-s-ccs/ccs-digitalmarketplace-frontend-jinja/releases/tag/1.0.1) | [5.1.1](https://github.com/Crown-Commercial-Service/ccs-digitalmarketplace-govuk-frontend/releases/tag/5.1.1) |
| [1.0.0](https://github.com/tim-s-ccs/ccs-digitalmarketplace-frontend-jinja/releases/tag/1.0.0) | [5.1.0](https://github.com/Crown-Commercial-Service/ccs-digitalmarketplace-govuk-frontend/releases/tag/5.1.0) |

Expand Down
2 changes: 1 addition & 1 deletion digitalmarketplace_frontend_jinja/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@

{% set html %}
<p class="govuk-notification-banner__heading">
This service will be temporarily unavailable from 9am until 1:30pm on Wednesday 7 February 2024.
G-Cloud 13 has been extended to 8 November 2024.
You can find out more information by going to <a class="govuk-notification-banner__link" href="https://www.crowncommercial.gov.uk/news/g-cloud-13-framework-extension">G-Cloud 13 framework extension</a>.
</p>
{% endset %}

{{ govukNotificationBanner({
"titleText": 'Important information',
"titleText": 'Important supplier information',
"html": html
}) }}
{% endmacro %}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"author": "CCS",
"license": "MIT",
"devDependencies": {
"ccs-digitalmarketplace-govuk-frontend": "^5.1.1"
"ccs-digitalmarketplace-govuk-frontend": "^5.1.2"
}
}

0 comments on commit 801eefc

Please sign in to comment.