diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ceb44e2f..ab73fe7b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - [#2327: Use GOV.UK Frontend v5 on management pages and tests](https://github.com/alphagov/govuk-prototype-kit/pull/2327) - [#2394: Update Browsersync to resolve `axios` vulnerability](https://github.com/alphagov/govuk-prototype-kit/pull/2394) - [#2395: Update to GOV.UK Frontend v5.2.0 on management pages](https://github.com/alphagov/govuk-prototype-kit/pull/2395) +- [#2398: Associate the plugin search input with its label](https://github.com/alphagov/govuk-prototype-kit/pull/2398) - [#2399: Stop accidentally cleaning up non-expired sessions](https://github.com/alphagov/govuk-prototype-kit/pull/2399) ## 13.16.0 diff --git a/lib/nunjucks/views/manage-prototype/plugins.njk b/lib/nunjucks/views/manage-prototype/plugins.njk index afc0f36d9e..ee280bc7e2 100644 --- a/lib/nunjucks/views/manage-prototype/plugins.njk +++ b/lib/nunjucks/views/manage-prototype/plugins.njk @@ -1,6 +1,5 @@ {% extends "views/manage-prototype/layout.njk" %} {% from "govuk/components/button/macro.njk" import govukButton %} -{% from "govuk/components/label/macro.njk" import govukLabel %} {% from "govuk/components/input/macro.njk" import govukInput %} {% from "govuk/components/tag/macro.njk" import govukTag %} @@ -48,13 +47,12 @@ {% if isSearchPage %}