Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve DBS page (candidate flow) accessibility #3155

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@

<h1 class="govuk-heading-l">Background and security checks</h1>
<p>
Some schools may ask you to have a criminal record check through the
<%= link_to 'Disclosure and Barring Service (DBS)', 'https://www.gov.uk/government/organisations/disclosure-and-barring-service/about' %>
Some schools may ask you to have a criminal record check through the Disclosure and Barring Service (DBS)
before offering you school experience.
</p>
<p>
These are commonly known as DBS checks and provide you with a DBS certificate to show you’re suitable to work with children and young people.
These are commonly known as DBS checks and provide you with a DBS certificate to show you’re suitable to work with children and young people.
</p>
<p class="govuk-!-font-weight-bold">
<p>
Schools will let you know if you need to have a DBS check before offering you school experience.
</p>
<p>
<strong>
<%= link_to "Find out more", 'https://www.gov.uk/government/organisations/disclosure-and-barring-service/about' %> about 'DBS checks' and 'DBS certificates'.
</strong>
<%= link_to "Find out more about DBS checks and DBS certificates", 'https://www.gov.uk/government/organisations/disclosure-and-barring-service/about' %>.
</p>

<% # force the params to submit if the user has not selected an option %>
Expand Down
Loading